Back to Apps

Agents Shipgate
Supports UIby threemoonslab
Deterministic merge gate for AI-generated agent capability changes. Static Tool-Use Readiness review for MCP and OpenAPI surfaces.
0 stars
Works in:CodexCursor
Exposes:Tools
What it does
Agents Shipgate acts as a deterministic merge gate for AI-generated agent capability changes. It provides a local-first, static Tool-Use Readiness review to ensure that when a coding agent modifies what an AI agent can do, the changes are safe, approved, and documented before they are merged.
Tools
shipgate check: Performs a local boundary check to identify capability changes.agents-shipgate verify: Runs a deterministic verifier on a diff to produce a merge verdict.shipgate audit: Captures host inventory for grant audits.agents-shipgate authorization: Generates and executes signed authorization requests for specific actions.
Installation
Add to claude_desktop_config.json (via the provided CLI init):
{
"mcpServers": {
"agents-shipgate": {
"command": "uvx",
"args": ["agents-shipgate"]
}
}
}
Supported hosts
Claude, Codex, Cursor
Quick install
pipx install agents-shipgateInformation
- Pricing
- free
- Published
- 8/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Use `agents-shipgate init --write --claude-code` to automate setup.





