workflow-guard-mcp
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アクションを評価し、機械可読なポリシーIDとともにallow、deny、askのいずれかを返します。guard_status: サーバーの現在の強制モードを報告します。このツールは、このスキャフォールドがホスト依存のポリシーアドバイスであることを明示的に示します。
開発
Node.js 20以上が必要です。
npm install
npm test
npm run typecheck
npm run build初期トランスポートはstdioです。Claude CodeとCodexの両方がローカルstdio MCPサーバーをサポートしているためです。Streamable HTTPは、ポリシーAPIを変更することなく追加できます。
設計原則
公開上の約束は、「このMCPがコーディングエージェントをサンドボックス化する」という主張よりも意図的に狭くなっています。つまり、ポリシーを一元化するのです。クライアントアダプターは、クライアントが信頼できるインターセプトの仕組みを公開している場所でのみ、そのポリシーを強制します。そうでない場合、結果はアドバイスに留まり、クライアントのネイティブなサンドボックスおよび承認コントロールと組み合わせて使用する必要があります。
出典
互換性設計は、2026-08-27時点の公式ドキュメントおよびソースと照合して確認しました。
Anthropic Claude Code MCP: https://docs.claude.com/en/docs/claude-code/mcp
Anthropic Claude Code フック: https://github.com/anthropics/claude-code/blob/main/plugins/plugin-dev/skills/hook-development/SKILL.md
OpenAI Codex: https://github.com/openai/codex
Codex MCP 設定実装: 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
ライセンス
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