Skip to main content
Glama

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

create_scope_contract

Define agent boundaries: allowed/forbidden tools, file access patterns, delegation limits

validate_action

Pre-flight check — is a tool call or file access within scope?

detect_delegation_loop

Analyze delegation chains for circular patterns

log_agent_action

Track agent actions for compliance monitoring

get_compliance_report

Per-agent summary: actions, violations, delegation count, scope utilization %

detect_work_duplication

Find agents doing the same work across action logs

Related MCP server: gov-mcp

Resources

URI

Description

scope-guard://contracts

All active scope contracts

Install

npm install
node src/index.js

Claude Desktop

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

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce — the server blocks the call if they don't. Works with any MCP-compatible client.
    205
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that enforces runtime governance on AI agent actions — file access, command execution, delegation chains, and permission escalation.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.
    60
    MIT