Loading MCP server directory, please wait...
SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
npx @getmcp/cli add io.github.achreftlili/code-indexRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.achreftlili/code-index": {
"command": "uvx",
"args": [
"mcp-code-index"
],
"env": {
"VOYAGE_API_KEY": "",
"CODE_INDEX_EMBEDDER": "",
"CODE_INDEX_EMBED_MODEL": "",
"CODE_INDEX_EMBED_DIM": "",
"CODE_INDEX_DB": "",
"OLLAMA_URL": ""
}
}
}
}