Add policy guardrails to DesktopCommander with Intercept #365
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.
-
DesktopCommander gives agents powerful system access — terminal commands, file operations, process management. That's awesome, but also risky without guardrails.
We built Intercept, a transparent MCP proxy that enforces YAML policies on every tool call. You can wrap DesktopCommander with it to add restrictions like:
The agent connects to Intercept, Intercept proxies to DesktopCommander. Blocked calls never reach the server. The agent doesn't know it's there.
Open source, MIT licensed: https://github.com/policylayer/intercept
Beta Was this translation helpful? Give feedback.
All reactions