Map, score, and explain what local AI agents and MCP servers are allowed to touch.
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-gra": {
"command": "npx",
"args": [
"-y",
"cyberranger93/agent-permission-graph"
]
}
}
}
Run in terminal:
claude mcp add agent-permission-gra npx -y cyberranger93/agent-permission-graph
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-permission-gra": {
"command": "npx",
"args": [
"-y",
"cyberranger93/agent-permission-graph"
]
}
}
}