Codeix for Cursor
io.github.montanetech/codeix
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
client:Cursor
transport:stdio
runtime:npm
Install Codeix in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codeix": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codeix"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs