GitHub MCP Server with DeepSeek AI integration - AI-powered GitHub tools for MCP-compatible clients
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"
]
}
}
}
Run in terminal:
claude mcp add github-mcp-server2 go run github.com/ph7klw76/github-mcp-server2@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp-server2": {
"command": "go",
"args": [
"run",
"github.com/ph7klw76/github-mcp-server2@latest"
]
}
}
}