Auxilus08/github-docs-mcp-server
The GitHub Documentation Q&A MCP Server is a project that lets an agent (or LLM tool) answer natural language questions about public GitHub repositories, in real time, by accessing up-to-date documentation, code, and issues.
Platform-specific configuration:
{
"mcpServers": {
"github-docs-mcp-server": {
"command": "npx",
"args": [
"-y",
"github-docs-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...