MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.
claude mcp add github-repo-mcp -- npx -y @thedhruv07/github-repo-mcp
claude_desktop_config.json
{
"mcpServers": {
"github-repo-mcp": {
"command": "npx",
"args": [
"-y",
"@thedhruv07/github-repo-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"github-repo-mcp": {
"command": "npx",
"args": [
"-y",
"@thedhruv07/github-repo-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"github-repo-mcp": {
"command": "npx",
"args": [
"-y",
"@thedhruv07/github-repo-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"github-repo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thedhruv07/github-repo-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"github-repo-mcp": {
"command": "npx",
"args": [
"-y",
"@thedhruv07/github-repo-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.thedhruv-07--github-repo-mcp/reviews or the review_server meta-tool.
POST /mcp