
Safetyreplay Mcp
Wire a remote policy-and-eval gate so your coding agent can run safety replays and attach release evidence before you ship AI features.
Overview
Safety Replay Gate MCP is a MCP server for the Ship phase that runs safety replays, policy gates, and eval receipts so agents produce release-ready evidence.
What is this MCP server?
- Remote streamable-http MCP at safetyreplay.clauxel.com with Bearer authorization
- Safety replays and policy gates with structured eval receipts for audits
- Release evidence packaging for reviewer-ready sign-off
- Publisher tags: ai-safety, evals, policy-gate, remote-mcp
- Open-source server reference on GitHub (clauxel/safety-replay-gate-mcp)
- Registry version 1.0.0
- Single remote endpoint: streamable-http at https://safetyreplay.clauxel.com/mcp
- Paid remote MCP; Authorization Bearer header required
What problem does it solve?
Shipping AI changes without replayable safety checks or signed eval receipts makes every release a trust-me conversation with reviewers and users.
Who is it for?
Indie builders and tiny teams shipping agent or LLM features who need policy gates and eval paper trails without building an internal safety platform.
Skip if: Builders who only need local unit tests, who cannot use paid hosted MCPs, or who are still in pure ideation with nothing to gate.
What do I get? / Deliverables
After you register the remote MCP with a Bearer token, your agent can request gates and receipts you can attach to release notes and compliance threads.
- Policy gate verdicts callable from your agent session
- Structured eval receipts suitable for release audit trails
- Documented safety replay outcomes tied to a ship decision
Recommended MCP Servers
Journey fit
How it compares
Hosted governance MCP with eval receipts, not a local Claude skill or a generic test runner.
Common Questions / FAQ
Who is Safety Replay Gate MCP for?
It is for solo builders and small teams that ship AI-powered products and want agent-callable safety replays and policy gates backed by eval receipts.
When should I use Safety Replay Gate MCP?
Use it in the ship phase when you need release evidence, policy sign-off, or repeatable safety replays before promoting agent or LLM changes.
How do I add Safety Replay Gate MCP to my agent?
Obtain a Bearer token from safetyreplay.clauxel.com, add the streamable-http remote URL https://safetyreplay.clauxel.com/mcp to your MCP client, and pass Authorization on each request.