Skip to content
Cursor

aidex for Cursor

io.github.cscsoftware/aidex

Persistent code indexing for AI assistants. 50x less context than grep. 11 languages.

client:Cursor transport:stdio runtime:npm

Install aidex in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "aidex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aidex-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aidex in other clients