github-mcp-server2

ph7klw76/github-mcp-server2
★ 0 stars Go 🔌 API Integration Updated 3d ago
GitHub MCP Server with DeepSeek AI integration - AI-powered GitHub tools for MCP-compatible clients
View on GitHub → Try with Claude — $10 free →

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-server2": {
      "command": "go",
      "args": [
        "run",
        "github.com/ph7klw76/github-mcp-server2@latest"
      ]
    }
  }
}