Open Repo
Freeby MCP Community
CLI to run local MCP server for indexing local code repositories. Parse, search and serve your codebase to AI agents via the Model Context Protocol.
v1.0.2Added Apr 12, 2026
mcpmodel-context-protocolcode-indexingaillm
Open Repo MCP Server
CLI to run local MCP server for indexing local code repositories. Parse, search and serve your codebase to AI agents via the Model Context Protocol.
Installation
Reviews
Installation
Quick install
npx -y open-repo-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"open-repo": {
"command": "npx",
"args": ["-y", "open-repo-mcp"]
}
}
}