GitHub MCP Server — repositories, files, branches, issues, PRs, diffs, reviews, releases for ADK-Rust Enterprise
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"adk-mcp-github": {
"command": "cargo",
"args": [
"run",
"--",
"adk-mcp-github"
]
}
}
}
Run in terminal:
claude mcp add adk-mcp-github cargo run -- adk-mcp-github
Add to .cursor/mcp.json:
{
"mcpServers": {
"adk-mcp-github": {
"command": "cargo",
"args": [
"run",
"--",
"adk-mcp-github"
]
}
}
}
Topics
adk-rustadk-rust-enterprisegithub-mcp-server