Control every MCP tool call your agent makes. Set budgets, approvals, and hard limits across MCP servers. So your agent can do its job without breaking things. Open Source
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"intercept": {
"command": "go",
"args": [
"run",
"github.com/PolicyLayer/Intercept@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add intercept go run github.com/PolicyLayer/Intercept@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"intercept": {
"command": "go",
"args": [
"run",
"github.com/PolicyLayer/Intercept@latest"
]
}
}
}
📋 Copy