Intercept — open-source policy enforcement for MCP tool calls #2548
s-a-m-a-i
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sharing something we built that's relevant to anyone running MCP servers in production: Intercept is a transparent proxy that enforces YAML policies on every tool call before it reaches the upstream server.
The problem: MCP gives agents access to every tool on a server with no granular controls. No rate limits, no argument validation, no audit trail at the protocol level.
Intercept wraps any MCP server and adds:
All defined in a single YAML file. Enforcement is at the transport layer — below the model, invisible to the agent.
Works with any of the MCP servers in this repo. Open source, MIT licensed.
Beta Was this translation helpful? Give feedback.
All reactions