Skip to content
Cursor

index server for Cursor

io.github.jagilber-org/index-server

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

client:Cursor transport:stdio runtime:npm

Install index server in Cursor

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

{
  "mcpServers": {
    "index-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jagilber-org/index-server"
      ]
    }
  }
}

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

index server in other clients