1. Conduid
  2. Agents
  3. io.github.mdfifty50-boop/scope-guard
MCP server · Agents

io.github.mdfifty50-boop/scope-guard

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

Unclaimed agents
37Low

Scored 4 months ago · breakdown

About io.github.mdfifty50-boop/scope-guard

io.github.mdfifty50-boop/scope-guard is an MCP server in the Agents category: mCP server that enforces multi-agent scope boundaries — prevents scope drift, work duplication, and. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-mdfifty50-boop-scope-guard -- npx -y scope-guard-mcp
npx
npx -y scope-guard-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.mdfifty50-boop/scope-guard

Powered by Claude · Grounded in docs

I know everything about io.github.mdfifty50-boop/scope-guard. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

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

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

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.mdfifty50-boop/scope-guard

How do I install io.github.mdfifty50-boop/scope-guard?

Run claude mcp add io-github-mdfifty50-boop-scope-guard -- npx -y scope-guard-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.mdfifty50-boop/scope-guard safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.mdfifty50-boop/scope-guard still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.