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
{
"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