← Back to Plugins
MCP Server MCP

io.github.mirnoorata/codexa

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mirnoorata/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mirnoorata/codexa",
      "version": "0.18.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional structured-result byte budget override for hosts with small MCP result limits.",
          "name": "CODEXA_MCP_STRUCTURED_BUDGET_BYTES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...