code-index for Cursor
io.github.regsorm/code-index
Rust code index MCP server, native 1C:Enterprise (BSL) support. 32 tools, AST for 14 languages.
client:Cursor
transport:stdio
runtime:npm
Install code-index in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"code-index": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@regsorm/code-index-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs