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

A
license - permissive license
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mdfifty50-boop/scope-guard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server