trondhindenes/code-index-mcp
An MCP server that indexes your local code repositories, allowing Claude Code and similar tools to search your codebase faster
Platform-specific configuration:
{
"mcpServers": {
"code-index-mcp": {
"command": "npx",
"args": [
"-y",
"code-index-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...