Agent Utility MCP for Claude Desktop
io.github.insivotron/agent-utility-mcp
Stop your agent before it runs rm -rf /etc or emails your .env. Deterministic preflight checks.
client:Claude Desktop
transport:streamable-http
tools:4
Install Agent Utility MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-utility-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-utility-mcp.insivotron.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs