Trust: 25/100 (Limited)
MartinLoop MCP Guide
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.
by MartinLoop
Quick Start
Install
npx -y @martinloop/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"martinloop-mcp": {
"command": "npx",
"args": [
"-y @martinloop/mcp"
]
}
}
}