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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 plan, implement, review, fix, and verify stages. Codex plans, reviews, and verifies; Antigravity executes coding and fix iterations. |
| review_code_qualityA | Static analysis pre-filter for Codex. Scans TypeScript files for |
| run_gemini_coding_taskC | Deprecated compatibility alias for run_antigravity_coding_task. Invokes Antigravity 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_taskC | Canonical coding execution tool. Invokes Antigravity CLI while Codex retains planning, review, debugging, and verification responsibilities. 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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