Skip to content
Cursor

codexa for Cursor

io.github.mirnoorata/codexa

Codex-native codebase intelligence context compiler and query-only MCP server.

client:Cursor transport:stdio runtime:npm

Install codexa in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codexa": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mirnoorata/codexa"
      ],
      "env": {
        "CODEXA_MCP_STRUCTURED_BUDGET_BYTES": "<CODEXA_MCP_STRUCTURED_BUDGET_BYTES>"
      }
    }
  }
}

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

codexa in other clients