Git Doc
Freeby MCP Community
Turn any manifest URL into a fully-functional MCP server
v0.2.2Added Apr 12, 2026
mcpmodel-context-protocolaiclaudellm
Git Doc MCP Server
Turn any manifest URL into a fully-functional MCP server
Installation
Reviews
Installation
Quick install
npx -y git-doc-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"git-doc": {
"command": "npx",
"args": ["-y", "git-doc-mcp"]
}
}
}