Skip to content
Cursor

Big Indexer for Cursor

io.github.ahmedxuhri/bigindexer

Architecture-aware MCP context with boundaries, seams, impact scope, and BGI-TWIN guidance.

client:Cursor transport:stdio runtime:pypi

Install Big Indexer in Cursor

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

{
  "mcpServers": {
    "bigindexer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bigindexer"
      ]
    }
  }
}

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

Big Indexer in other clients