CTRLRun: execution safety for consequential GitHub MCP actions #3230
arpanghoshal
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.
I've been building CTRLRun, an open-source execution safety layer for AI agents, and GitHub MCP feels like a good example of why I built it.
Once an agent can merge PRs, push files, modify repositories, or trigger other write actions, I think the question goes beyond:
It becomes:
CTRLRun can sit in front of an MCP server as a gateway without requiring changes to the agent or the MCP server.
It focuses on things like:
I'd really like feedback from people using GitHub MCP:
Which GitHub write actions would you put behind controls like this first?
Also, if anyone is interested in MCP security, agent runtime safety, or contributing to this problem space, contributions and ideas are very welcome.
https://github.com/CTRLRun/ctrlrun
All reactions