agent-permission-broker

sdevkota/agent-permission-broker
★ 0 stars HTML 🤖 AI/LLM Updated today
Least-privilege scope planning for tools, MCP servers, and agent chains.
View on GitHub →

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"
      ]
    }
  }
}