superpower-codex-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPERPOWER_ANTIGRAVITY_COMMAND | No | Path to the Antigravity CLI executable if not in default location. Defaults to %LOCALAPPDATA%\agy\bin\agy.exe on Windows or agy in PATH on other platforms. | |
| SUPERPOWER_CODEX_ALLOWED_ROOTS | No | Semicolon-separated (Windows) or colon-separated (macOS/Linux) list of allowed workspace roots. Defaults to the MCP process working directory. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_workspaceA | Validate and canonicalize a workspace before loading context or starting Gemini. Returns structured authorization and capability diagnostics without modifying files or invoking a model. |
| summarize_repo_contextA | Read repository instruction files such as AGENTS.md and GEMINI.md. Returns startup context for Gemini CLI before coding. |
| plan_with_codexA | Ask Codex to create a Superpowers-style implementation plan before Gemini CLI edits code. Returns and saves the plan. |
| review_with_codexA | Ask Codex to review the current diff or selected files. Returns findings first, ordered by severity. |
| debug_with_codexA | Ask Codex to analyze a failure using systematic debugging without applying fixes. |
| verify_with_codexB | Gate completion claims. Plans verification or runs explicitly allowed commands and asks Codex to assess the evidence. |
| run_development_workflowA | Orchestrate the full development workflow: plan → implement → review → fix → verify. Runs Codex for planning/review/verify and Antigravity for cheap implementation iterations. |
| review_code_qualityA | Static analysis pre-filter for Codex. Scans TypeScript files for |
| run_gemini_coding_taskC | Invoke Gemini CLI for coding. Supports strict execute/plan contracts, Git-verified commits and file scope, acceptance-test traceability, and compact responses with persisted diagnostics. |
| run_antigravity_coding_taskB | Invoke Antigravity CLI for coding. Supports strict execute/plan contracts, Git-verified commits and file scope, acceptance-test traceability, and compact responses with persisted diagnostics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pushplayhero/superpower-codex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server