Skip to content
Cursor

Cortex for Cursor

io.github.abbacusgroup/cortex

Persistent knowledge system with OWL-RL reasoning and 22 MCP tools. Local-first.

client:Cursor transport:stdio runtime:pypi

Install Cortex in Cursor

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

{
  "mcpServers": {
    "cortex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "abbacus-cortex"
      ]
    }
  }
}

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

Cortex in other clients