Loading MCP server directory, please wait...
MCP server for GitHub repo health, commit summaries, issue triage, and RAG Q&A.
npx @getmcp/cli add io.github.thedhruv-07/github-repo-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
VOYAGE_API_KEYVoyage AI API key, required for ask_repo's embeddings. Free tier at https://dashboard.voyageai.com/
QDRANT_URLQdrant Cloud cluster URL, required for ask_repo's vector storage. Free tier at https://cloud.qdrant.io/
QDRANT_API_KEYAPI key for your Qdrant Cloud cluster.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.thedhruv-07/github-repo-mcp": {
"command": "npx",
"args": [
"-y",
"@thedhruv07/github-repo-mcp"
],
"env": {
"GITHUB_TOKEN": "",
"VOYAGE_API_KEY": "",
"QDRANT_URL": "",
"QDRANT_API_KEY": ""
}
}
}
}