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 mcp add io-github-mdfifty50-boop-scope-guard -- npx -y scope-guard-mcpnpx -y scope-guard-mcpThis 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
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.