Skip to content
VS Code

aidex for VS Code

io.github.cscsoftware/aidex

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

client:VS Code transport:stdio runtime:npm

Install aidex in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

aidex in other clients