Back to Browse

Scope Guard MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Hard scope boundaries to prevent AI agent drift

About

Hard scope boundaries to prevent AI agent drift

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mdfifty50-boop-scope-guard": {
      "args": [
        "-y",
        "scope-guard-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Be the first to review this server!