Open-source control layer for AI safely access production
Wire-protocol parsing means zero code changes—Teleport and StrongDM require agents.
Security firewall for agents
Wire-protocol parsing gates agent actions before they hit production—no LLM gateway does this.
DevOps engineers, platform teams running AI agents
Tailscale · OpenPolicyAgent · HashiCorp Boundary
In order to do this, the agent needs access to real production systems - postgres, kubernetes, gcp, clickhouse, github, etc. But this is dangerous to say the least - we want destructive actions to be reviewed by other LLMs, approved by humans, and logged appropriately.
Claw Patrol terminates TCP connections over WireGuard or Tailscale, then parses application protocols (eg http, postgres, ssh) to apply rules that allow you to deny/allow requests.
There are a few projects that sit as a proxy in front of agents to do secret injection or apply various guardrails, but none met our needs (LLM gateways, MCP proxies, sandboxes), particularly the need to handle low-level protocols, or handle complex real world situations like tunneling postgres through k8s.
Written in Go, configured in HCL, MIT licensed. Happy to answer any questions.
Wire-protocol parsing means zero code changes—Teleport and StrongDM require agents.
IETF-backed security proxy for MCP agents when the protocol has none.
Agent-to-agent protocol with crypto auth and no cloud dependency, competing with Google's A2A.
Wire-protocol parsing blocks DROP TABLE before execution with zero code changes.
Agent security is critical, but README admits features aren't fully implemented yet.
Claude orchestration with live dashboards and agent-spawning—well-built but competes with Anthropic, OpenAI infrastructure.