forge-mcp

qmcclellan/forge-mcp
★ 0 stars Python Memory/Knowledge Updated 5d ago
Read-only MCP knowledge server for the Forge project scaffolding platform.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install forge-mcp

README Excerpt

Read-only MCP server that gives Claude Code structured knowledge about the Forge repository, including its templates, project structure, documentation, validation rules, doctor checks, and generated-project conventions. Forge remains the authoritative application. forge-mcp reads Forge; it does not modify it.

Tools (10)

explain_forge_doctorget_forge_overviewget_project_structureget_template_change_checklistget_template_summaryget_validation_commandslist_template_fileslist_templatesread_forge_documentread_template_file