Codex MiMoCode Bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Codex MiMoCode Bridgeplan login rate limiting"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Codex MiMoCode Bridge
A bridge that lets Codex invoke MiMoCode as a specialist coding agent for planning, implementation, and review.
Prerequisites
MiMoCode must be installed and authenticated:
mimo --version
mimo auth listRelated MCP server: grant-mcp
Setup
npm install
npm run buildCLI Usage (MVP)
codex-mimo plan "Add login rate limiting"
codex-mimo implement "Fix failing user-session test"
codex-mimo review
codex-mimo healthcheckCompose Workflow Launcher
Use codex-mimo compose when you want MiMoCode to run a skill-driven workflow:
codex-mimo compose --workflow dev "Implement login throttling"
codex-mimo compose --workflow fix-ci --file ci.log
codex-mimo compose --workflow execute-plan --file doc/codex-mimo-acp-integration-plan.md
codex-mimo compose --workflow review --since HEADReports are written to:
.codex-mimo/reports/
.codex-mimo/events/Each report includes MiMoCode JSON events, changed files, diff stat, verification command results, and review text.
Codex Plugin Installation
The project is packaged as a Codex plugin. To install:
Build the project:
npm run buildThe plugin is at the project root with:
.codex-plugin/plugin.json— plugin manifest.mcp.json— MCP server configurationskills/mimocode/SKILL.md— skill describing when/how to use MiMoCode
The MCP server exposes these tools to Codex:
Tool | Description |
| Check MiMoCode installation and auth state |
| Create implementation plans without editing files |
| Implement code changes with surgical precision |
| Review current diff for bugs and regressions |
| Fix CI failures using a log file |
| Resume a previous MiMoCode session |
| Run a MiMoCode Compose workflow and return a structured report |
Safety Model
Writes outside workspace: denied
Secret file reads (.env, keys): denied
Destructive commands (rm, git push, git reset): denied
Test/lint/typecheck commands: allowed
Package install commands: ask
See doc/policy-guide.md for the full policy specification.
Architecture
Codex → MCP Server → CLI Commands → mimo run/ACP → MiMoCode
↑
Policy Layer
Audit LogProject Structure
src/
cli/ CLI entry point and commands
core/ Policy, paths, audit, terminal management
mimo/ ACP client, bridge, process supervisor
codex/ MCP server and tool definitions
templates/ MiMoCode configuration templates
skills/ Codex skill definitions
doc/ DocumentationConfiguration
Copy templates/mimocode.jsonc to your project root and customize as needed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/chenyk1992/codex-mimo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server