Git Codebase
Freeby MCP Community
MCP server providing semantic code search and indexing for git repositories
v1.0.1Added Apr 12, 2026
mcpgitcodebasesemantic-searchvector-db
Git Codebase MCP Server
MCP server providing semantic code search and indexing for git repositories
Installation
Reviews
Installation
Quick install
npx -y @devpuccino/mcp-git-codebase
Add to claude_desktop_config.json
{
"mcpServers": {
"git-codebase": {
"command": "npx",
"args": ["-y", "@devpuccino/mcp-git-codebase"]
}
}
}