Code Index
SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
{
"mcpServers": {
"code-index": {
"command": "uvx",
"args": [
"mcp-code-index"
],
"env": {
"VOYAGE_API_KEY": "<your-voyage_api_key>",
"CODE_INDEX_EMBEDDER": "<code_index_embedder>",
"CODE_INDEX_EMBED_MODEL": "<code_index_embed_model>",
"CODE_INDEX_EMBED_DIM": "<code_index_embed_dim>",
"CODE_INDEX_DB": "<code_index_db>",
"OLLAMA_URL": "<ollama_url>"
}
}
}
}VOYAGE_API_KEYVoyage embeddings API key. Required when CODE_INDEX_EMBEDDER is unset or set to 'voyage' (the default backend).
CODE_INDEX_EMBEDDEREmbedder backend: 'voyage' (default) or 'ollama'. Set to 'ollama' to use a local Ollama server instead of Voyage.
CODE_INDEX_EMBED_MODELEmbedding model name. Defaults to 'voyage-code-3' for Voyage. Must match the embedder's available models.
CODE_INDEX_EMBED_DIMEmbedding dimension. Defaults to 1024 (matches voyage-code-3). Must match the model's output dim.
CODE_INDEX_DBPath to the SQLite index database. Defaults to .claude/index.db relative to the working directory.
OLLAMA_URLOllama server URL when CODE_INDEX_EMBEDDER=ollama. Defaults to http://localhost:11434.
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…