Least-privilege scope planning for tools, MCP servers, and agent chains.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-permission-bro": {
"command": "npx",
"args": [
"-y",
"sdevkota/agent-permission-broker"
]
}
}
}
Run in terminal:
claude mcp add agent-permission-bro npx -y sdevkota/agent-permission-broker
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-permission-bro": {
"command": "npx",
"args": [
"-y",
"sdevkota/agent-permission-broker"
]
}
}
}