scope-guard-mcp
scope-guard-mcp
MCP server that enforces multi-agent scope boundaries. Prevents scope drift, work duplication, and infinite delegation loops in agentic systems.
Tools
Tool | Purpose |
| Define agent boundaries: allowed/forbidden tools, file access patterns, delegation limits |
| Pre-flight check — is a tool call or file access within scope? |
| Analyze delegation chains for circular patterns |
| Track agent actions for compliance monitoring |
| Per-agent summary: actions, violations, delegation count, scope utilization % |
| Find agents doing the same work across action logs |
Resources
URI | Description |
| All active scope contracts |
Install
npm install
node src/index.jsClaude Desktop
{
"mcpServers": {
"scope-guard": {
"command": "npx",
"args": ["scope-guard-mcp"]
}
}
}License
MIT