Skip to content
Cursor

cortex for Cursor

io.github.danielblomma/cortex

Local repo context for coding assistants with semantic search and graph relationships.

client:Cursor transport:stdio runtime:npm

Install cortex in Cursor

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

{
  "mcpServers": {
    "cortex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@danielblomma/cortex-mcp"
      ]
    }
  }
}

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

cortex in other clients