A minimal MCP server for GitHub that enables browsing repos, reading code, searching, and getting insights through natural language via Claude, Cursor, or any MCP client.
{
"mcpServers": {
"github-18": {
"command": "uvx",
"args": [
"github-mcp-server"
]
}
}
}