GitHub
OfficialFeatured
⚙️ Developer Tools
Repository management, file operations, and GitHub API integration
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_TOKEN": "your-github-token-here"
}
}
}
}