Back to Browse

Forge MCP Server

by Pm577
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Portable reputation for AI agents. MCP-native identity, vouching, trust scores.

About

Portable reputation for AI agents. MCP-native identity, vouching, trust scores.

Security Report

4.2
Use Caution4.2High Risk

Forge is a well-architected MCP server for portable agent reputation with proper authentication via agent registration, reasonable permission scope, and clean database design. Minor code quality issues around input validation and error handling prevent a higher score, but no critical security vulnerabilities were identified. The server appropriately requires agent identity registration before operations and uses SQLite with WAL mode for data durability. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 5 high severity).

7 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-pm577-forge-mcp": {
      "args": [
        "forge-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!