repo-index-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@repo-index-mcpwhere is request retry handled"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
repo-index-mcp
Local codebase retrieval tool for coding agents. Phase 1 is a walking skeleton: index one git repo into SQLite, query chunks from the CLI, and expose retrieval over MCP stdio.
Install
pipx install .For development:
python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'Related MCP server: codemogger
Use
Index a repo:
repo-index index /path/to/git/repoQuery it:
repo-index query "where is request retry handled" -k 5Show indexed repos:
repo-index statusRun the MCP server over stdio:
repo-index serveAgent config example:
{
"mcpServers": {
"repo-index": {
"command": "repo-index",
"args": ["serve"]
}
}
}Phase 1 limits
One-repo indexing flow.
Naive line-window chunks.
Local deterministic hash embeddings, not quality-tuned semantic embeddings.
SQLite storage implemented with Python cosine search, no ANN/vector extension yet.
get_symbolis best-effort search until tree-sitter symbol extraction lands.
Data boundary
Default embedding is local and deterministic. Source code is not sent to external APIs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zhachory1/repo-index-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server