Odel
codexa

codexa

Local
@mirnoorata2TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mirnoorata/codexav0.18.0

Run

npx -y @mirnoorata/codexa

MCP client config

{
  "mcpServers": {
    "codexa": {
      "command": "npx",
      "args": [
        "-y",
        "@mirnoorata/codexa"
      ]
    }
  }
}