Skip to content
Cursor

Cortex MCP — Multi-Level Reasoning Server for Cursor

io.github.j0hanz/cortex-mcp

Multi-level reasoning MCP server with configurable depth levels

client:Cursor transport:stdio runtime:npm

Install Cortex MCP — Multi-Level Reasoning Server in Cursor

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

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

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

Cortex MCP — Multi-Level Reasoning Server in other clients