mcp_forge

mlzoo/mcp_forge
★ 197 stars Python 📦 Other Updated 1mo ago
这是一个专为开发企业级MCP server而设计的通用开发框架
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-forge