Server data from the Official MCP Registry
MCP server that enforces multi-agent scope boundaries — prevents scope drift, work duplication, and
MCP server that enforces multi-agent scope boundaries — prevents scope drift, work duplication, and
scope-guard-mcp is a well-structured MCP server for enforcing multi-agent scope boundaries with appropriate permissions for its stated purpose. The codebase uses standard MCP SDK dependencies and Zod for validation. No malicious patterns, credential leaks, or dangerous operations detected. Minor code quality issues around error handling and input validation do not significantly impact the security posture. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mdfifty50-boop-scope-guard": {
"args": [
"-y",
"scope-guard-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server that enforces multi-agent scope boundaries. Prevents scope drift, work duplication, and infinite delegation loops in agentic systems.
| 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 |
| URI | Description |
|---|---|
scope-guard://contracts | All active scope contracts |
npm install
node src/index.js
{
"mcpServers": {
"scope-guard": {
"command": "npx",
"args": ["scope-guard-mcp"]
}
}
}
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.