MCP Hub
Back to servers

scope-guard

MCP server that enforces multi-agent scope boundaries — prevents scope drift, work duplication, and

Registry
Updated
Apr 24, 2026

Quick Install

npx -y 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

ToolPurpose
create_scope_contractDefine agent boundaries: allowed/forbidden tools, file access patterns, delegation limits
validate_actionPre-flight check — is a tool call or file access within scope?
detect_delegation_loopAnalyze delegation chains for circular patterns
log_agent_actionTrack agent actions for compliance monitoring
get_compliance_reportPer-agent summary: actions, violations, delegation count, scope utilization %
detect_work_duplicationFind agents doing the same work across action logs

Resources

URIDescription
scope-guard://contractsAll active scope contracts

Install

npm install
node src/index.js

Claude Desktop

{
  "mcpServers": {
    "scope-guard": {
      "command": "npx",
      "args": ["scope-guard-mcp"]
    }
  }
}

License

MIT

Reviews

No reviews yet

Sign in to write a review