Run one bounded local command and wait for the final result.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "codex-mcp-longrun" yet — see the docs or source repo.
Use codex-mcp-longrun to run the build command for the current project and wait for the final result. Return only whether the build succeeded, key logs, and the exit status.
A single final build result with key output and exit code, without repeated polling.
Use codex-mcp-longrun to execute the test suite in the current repository, then summarize pass/fail counts and the main errors after completion.
A completed test summary including failed cases and the main error messages.
Use codex-mcp-longrun to run a bounded local foreground command and wait until it finishes, then return the final output and status.
A one-shot final command result, suitable for tasks that need a complete end state.
When developers ask an AI to trigger a local build, this tool can wait for the final result directly instead of relying on repeated model-driven polling. It fits foreground commands with a clear completion state.
Developers or DevOps engineers can use it to execute a test suite and retrieve the result after completion. It works well when a final pass/fail outcome is needed.
For trusted local commands that should run in the foreground, this MCP server executes once and waits until completion. It reduces extra interactions around status checking.
It is a local STDIO MCP server for running one bounded command and waiting for the final result. Its purpose is to eliminate model-driven polling and it is suited for builds, test suites, and other trusted foreground commands.
The description explicitly mentions builds, test suites, and other trusted foreground commands. It is generally suitable for cases where you need the final result only after the command fully completes.
The provided material does not include installation steps, runtime requirements, or key requirements. Please see the source repository for details.
Delegate coding tasks to Codex via MCP with security and result checks.
Connects MCP clients to local Codex CLI for autonomous coding and thread history management.
Get technical advice, code reviews, and explanations via Codex CLI.
Safely send prompts to ChatGPT Web and assist with repository tasks.
Store, search, and manage long-term engineering memory for projects.
Connect IDEs or AI assistants to Codex CLI for safe automation and code analysis.