MasterGO-McpServer

ClyingDeng/MasterGO-McpServer
★ 1 stars Unknown language 📦 Other Updated 1y ago
基于MasterGO构建MCP服务
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": {
    "mastergo-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "ClyingDeng/MasterGO-McpServer"
      ]
    }
  }
}