Cordon – Security gateway for MCP tool calls with HITL approvals
Synchronous HITL approvals for MCP agents solve the production trust gap nobody else addresses.
Resource-level permissions for MCP agents: rwxd on any resource, deny by default
Unix chmod for AI agents—same push_files tool allowed on feature branches, denied on main.
Developers using Claude Code or other MCP-enabled AI agents
Aegis · MCP Gateway · LLM firewall tools
Every file on a Unix system has rwx permissions. Every process has a user. We have that for decades. Agents in 2026 are running with the same access level as the developer who run them.
Wombat applies the Unix model to MCP tool calls. You declare rwxd permissions on resources in a manifest. The same push_files tool is allowed on feature branches and denied on main. It is a proxy that sits between Claude Code and your MCP servers. It checks permissions.json on every call, and either forwards or denies.
Zero ML, fully deterministic, audit log included, Plugin system for community MCP servers
GitHub: https://github.com/usewombat/gateway npm: npx @usewombat/gateway --help
Synchronous HITL approvals for MCP agents solve the production trust gap nobody else addresses.
Enterprise auth for MCP when the protocol itself has no security layer built in.
MCP permission proxy solves real AI agent over-permissioning—88% of orgs hit this problem.
MCP budget gating as a zero-dep npx proxy—solves the real friction of runaway tool costs.
The project implements a sandboxed, server-side 'shell' that pipes MCP tool calls together so agents return only final outputs — a smart way to save tokens and handle datasets too large for LLM context. The repo includes a demo video, tests, and a real shell_engine/mcp_client implementation, but it's a focused infra play for the MCP ecosystem and will matter most to teams building agent platforms rather than general devs.
Macaroon-based budget enforcement for AI agents—fills a real economic governance gap.