github-mcp-tool

wongdean/github-mcp-tool
★ 1 stars Python 🔌 API Integration Updated 8mo ago
一个专注于代码阅读和问答的GitHub 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": {
    "github-mcp-tool": {
      "command": "uvx",
      "args": [
        "github-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install github-mcp-tool