Skip to main content
Use Migma MCP in Codex CLI when a coding agent needs to prepare or send email work while editing an app.

Local MCP

Add Migma to your Codex config:
[mcp_servers.migma]
command = "npx"
args = ["-y", "@migma/mcp"]

[mcp_servers.migma.env]
MIGMA_API_KEY = "your_migma_api_key"
Restart active Codex sessions after changing config.

Use with setup workflow

For app integration work, install the Migma plugin or setup skill too:
codex plugin marketplace add MigmaAI/migma-skills
codex plugin add migma@migma-plugins
Then ask Codex to run the setup workflow:
Use Migma setup. Audit this app for email triggers, create missing Migma emails, and wire backend sends only after review.

Verify

Ask Codex:
Use Migma MCP to list brands and call migma_get_capabilities.

Next

Setup Workflow

Add Migma to an existing app safely.

Skills

Install Migma skills for Codex.