Skip to main content
Glama
ultus-net

workflow-guard-mcp

by ultus-net

workflow-guard-mcp

Переносимые защитные ограничения для агентных кодинг-клиентов, поддерживающих Model Context Protocol (MCP).

Проект призван уменьшить радиус поражения быстрых и высокоавтономных рабочих процессов кодинга, предоставляя клиентам общую точку принятия решений по политике. Сам MCP-сервер не выполняет предлагаемое действие.

Статус

Этот репозиторий — ранний каркас. Текущий инструмент guard_check демонстрирует стабильный контракт принятия решений по политике; это ещё не полный порт политик opencode-workflow-guard.

Самое главное, подключение MCP-сервера не делает его перехватчиком для каждого нативного инструмента, который может выполнить кодинг-клиент. Жёсткое применение зависит от поддержки интеграции в хост-приложении. См. Совместимость и План.

Related MCP server: Vaikora Guard MCP

Инструменты

  • guard_check: оценивает предлагаемое действие shell, file_write, git или network и возвращает allow, deny или ask с машиночитаемым ID политики.

  • guard_status: сообщает текущий режим применения политик сервера. Он явно идентифицирует этот каркас как зависящую от хост-приложения рекомендацию по политике.

Разработка

Требуется Node.js 20 или новее.

npm install
npm test
npm run typecheck
npm run build

Начальный транспорт — stdio, поскольку и Claude Code, и Codex поддерживают локальные MCP-серверы на stdio. Streamable HTTP можно добавить без изменения API политик.

Принцип проектирования

Публичное обещание намеренно уже, чем «этот MCP помещает вашего кодинг-агента в песочницу». Он централизует политики. Клиентские адаптеры применяют эту политику везде, где клиент предоставляет надёжный механизм перехвата; в противном случае результат остаётся рекомендательным и его следует сочетать со встроенными средствами песочницы и контроля одобрений клиента.

Источники

Дизайн совместимости был проверен по актуальной официальной документации и исходному коду на 2026-08-27:

Лицензия

MIT

A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Runtime policy enforcement for AI agents. Evaluate every agent action against your organization's policies before execution, with observe and enforce modes.
    1
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enforces deterministic policies on AI agent tool calls, evaluating actions against compliance modules (SOC 2, HIPAA, GDPR, etc.) and returning ALLOW, BLOCK, or CONSTRAIN decisions with an audit trail.
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI coding agents to evaluate actions against team-defined policies, record decisions, and obtain human approvals for potentially risky operations.
    165
    1
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables controlled AI-agent access to enterprise-shaped tools with a deny-by-default gated write path, human approval, dry-run execution, and append-only audit logging.

View all related MCP servers

Related MCP Connectors

  • Git-native policy layer for AI agents: check_action verdicts against rules approved via PR.

  • Runtime permission, approval, and audit layer for AI agent tool execution.

  • Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.

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/ultus-net/workflow-guard-mcp'

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