MartinLoop MCP is a governed MCP server for AI coding agents. It adds budget caps, verifier gates, failure-taxonomy-aware stop reasons, and inspectable run records so Codex, Claude Code, and other coding-agent workflows can stay auditable instead of looping blindly.
Quick Install
npx -y @martinloop/mcpClaude Desktop Config
{
"mcpServers": {
"martinloop-mcp": {
"command": "npx",
"args": [
"-y @martinloop/mcp"
]
}
}
}