@martinloop/mcp
v0.3.2
Published
Governed MCP server for AI coding agents with budgets, verifier gates, and inspectable runs.
Maintainers
Readme
@martinloop/mcp
Governed MCP server for AI coding agents over local stdio.
@martinloop/[email protected] is the live public baseline today. 0.3.3 is the next planned public cut.
This package stays local-first and stdio-first in the public OSS lane.
Public release train
0.2.7made the guided MCP workflow easier to adopt and harder to misuse.0.3.0is the live adoption baseline that made host setup and onboarding clearer.0.3.1is the live review and handoff release.0.3.2is the live engine-validation hotfix that fixes spend-limit requests for Gemini-backed runs.0.3.3is the planned follow-on for opt-in execution controls.
What ships today
Tools
martin_doctormartin_planmartin_preflightmartin_runmartin_inspectmartin_statusmartin_logsmartin_pausemartin_cancelmartin_continuemartin_list_runsmartin_triage_runsmartin_get_runmartin_get_attemptmartin_get_verification_resultsmartin_run_dossiermartin_dossiermartin_evalmartin_pr_summarymartin_create_prmartin_review_pr
Resources
martin://server/healthmartin://runs/recentmartin://runs/triagemartin://runs/latestmartin://runs/latest/summarymartin://runs/latest/proof-cardmartin://runs/latest/budget-statusmartin://runs/latest/verifier-evidencemartin://runs/latest/rollback-evidencemartin://policies/currentmartin://repo/risk-mapmartin://verifiers/resultsmartin://agent/next-stepmartin://guides/mcp-usagemartin://guides/agent-startmartin://guides/publish-readiness
Prompts
martin_startmartin_preflightmartin_triagemartin_resumemartin_provemartin_release_checkmartin_governed_coding_kickoffmartin_debug_failed_runmartin_publish_readiness_reviewmartin_triage_run_store
Recommended flow
martin_doctormartin_planmartin_preflightmartin_runmartin_statusormartin_logsmartin_dossiermartin_eval
Install
npx -y @martinloop/mcpCodex:
codex mcp add martin-loop -- npx -y @martinloop/mcpClaude Code:
# macOS/Linux
claude mcp add --transport stdio --scope user martin-loop -- npx -y @martinloop/mcp
# Windows PowerShell or cmd.exe
claude mcp add --transport stdio --scope user martin-loop -- cmd /c npx -y @martinloop/mcpIf you want generated host config, use the MartinLoop CLI:
martin mcp print-config --host codex --transport stdio --profile minimal
martin mcp print-config --host claude --transport stdio --profile diagnostic
martin mcp print-config --host gemini --transport stdio --profile full-local
martin mcp print-config --host generic --transport stdio --profile github-reviewCompatibility posture
martin_runremains the single execution entrypoint.- Read-only inspection stays available without execution-capable profiles.
- The OSS package stays focused on local stdio workflows. Hosted and team features live on a separate product track.
- Later
0.3.xreleases should widen adoption and guidance without blurring those boundaries.
Verification
pnpm --filter @martinloop/mcp lint
pnpm --filter @martinloop/mcp test
pnpm --filter @martinloop/mcp build
pnpm --filter @martinloop/mcp smoke:pack
pnpm --filter @martinloop/mcp smoke:published:pack
pnpm --filter @martinloop/mcp verify:release