workflow-guard-mcp
workflow-guard-mcp
Portable Guardrails für agentische Coding-Clients, die das Model Context Protocol (MCP) sprechen.
Das Projekt soll den Schadensradius schneller, hochautonomer Coding-Workflows verringern, indem es den Clients einen gemeinsamen Punkt für Richtlinienentscheidungen bietet. Der MCP-Server führt die vorgeschlagene Aktion nicht selbst aus.
Status
Dieses Repository ist ein frühes Grundgerüst. Das aktuelle Tool guard_check demonstriert einen stabilen Vertrag für Richtlinienentscheidungen; es ist noch keine vollständige Portierung der opencode-workflow-guard-Richtlinien.
Am wichtigsten: Das Anbinden eines MCP-Servers macht ihn nicht zu einem Interceptor für jedes native Tool, das ein Coding-Client ausführen kann. Eine harte Durchsetzung hängt von der Integrationsunterstützung im Host ab. Siehe Kompatibilität und Plan.
Related MCP server: Vaikora Guard MCP
Werkzeuge
guard_check: bewertet eine vorgeschlagene Aktion vom Typshell,file_write,gitodernetworkund gibtallow,denyoderaskmit einer maschinenlesbaren Richtlinien-ID zurück.guard_status: meldet den aktuellen Durchsetzungsmodus des Servers. Es kennzeichnet dieses Grundgerüst ausdrücklich als hostabhängige Richtlinienempfehlung.
Entwicklung
Erfordert Node.js 20 oder neuer.
npm install
npm test
npm run typecheck
npm run buildDer anfängliche Transport ist stdio, da sowohl Claude Code als auch Codex lokale stdio-MCP-Server unterstützen. Streamable HTTP kann hinzugefügt werden, ohne die Richtlinien-API zu ändern.
Designprinzip
Das öffentliche Versprechen ist bewusst enger gefasst als „Dieser MCP sandboxt Ihren Coding-Agenten.“ Es zentralisiert die Richtlinien. Client-Adapter setzen diese Richtlinie überall dort durch, wo der Client einen vertrauenswürdigen Abfangmechanismus bereitstellt; andernfalls bleibt das Ergebnis lediglich eine Empfehlung und sollte mit den nativen Sandbox- und Genehmigungskontrollen des Clients kombiniert werden.
Quellen
Das Kompatibilitätsdesign wurde am 2026-08-27 gegen die aktuelle offizielle Dokumentation und den Quellcode geprüft:
Anthropic Claude Code MCP: https://docs.claude.com/en/docs/claude-code/mcp
Anthropic Claude Code hooks: https://github.com/anthropics/claude-code/blob/main/plugins/plugin-dev/skills/hook-development/SKILL.md
OpenAI Codex: https://github.com/openai/codex
Implementierung der Codex-MCP-Konfiguration: https://github.com/openai/codex/blob/main/codex-rs/config/src/mcp_types.rs
MCP TypeScript SDK: https://github.com/modelcontextprotocol/typescript-sdk/blob/v1.29.0/docs/server.md
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceRuntime policy enforcement for AI agents. Evaluate every agent action against your organization's policies before execution, with observe and enforce modes.11MIT

Vaikora Guard MCPofficial
AlicenseNot gradedqualityDmaintenanceEnforces 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- FlicenseNot gradedqualityBmaintenanceEnables AI coding agents to evaluate actions against team-defined policies, record decisions, and obtain human approvals for potentially risky operations.1651
- FlicenseNot gradedqualityCmaintenanceEnables 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.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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