codexa for VS Code
io.github.mirnoorata/codexa
Codex-native codebase intelligence context compiler and query-only MCP server.
client:VS Code
transport:stdio
runtime:npm
Install codexa in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "codexa-mcp-structured-budget-bytes",
"description": "CODEXA_MCP_STRUCTURED_BUDGET_BYTES",
"password": true
}
],
"servers": {
"codexa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mirnoorata/codexa"
],
"env": {
"CODEXA_MCP_STRUCTURED_BUDGET_BYTES": "${input:codexa-mcp-structured-budget-bytes}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs