slimdex mcp for Cursor
io.github.siddhukaushik/slimdex-mcp
Narrow code retrieval for agents: outlines, symbol context, dep graph, persistent memory.
client:Cursor
transport:stdio
runtime:npm
Install slimdex mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"slimdex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slimdex-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs