suprawall
🛡️ SupraWall Plugins Monorepo
AIエージェントのための業界標準の決定的セキュリティレイヤー。
SupraWallは、LLMと本番システムの間にゼロナレッジで決定的なセキュリティレイヤーを提供することで、生成AIにおける「信頼」の問題を解決します。確率的なセキュリティモデルとは異なり、SupraWallはエージェントアクションがAPIに到達する前に、厳格なビジネスポリシーとフォレンジックレベルの脅威検出を強制します。
🏛️ プロジェクトビジョン
SupraWall(旧AgentGate)は、高速なAI実験とエンタープライズセキュリティコンプライアンスの間のギャップを埋めるために構築されました。私たちの目標は、プロンプトインジェクション、PIIデータ漏洩、または制御不能なツール実行のリスクなしに、開発者が自律型エージェント群をリリースできるようにすることです。
このモノレポは、すべてのSupraWallプラグインとフレームワーク統合の公式配布ハブとして機能します。
Related MCP server: ZugaShield
📦 プラグインディレクトリ
Dify Plugin: Difyワークフローのための明示的なセキュリティガードレール。
MCP Claude Server: Model Context Protocol(MCP)の公式実装。
AWS Marketplace Integration: AWSクラウド向けの事前認定ガードレールツール(SaaSおよびコンテナ)。
OpenClaw Extension: OpenClawエージェントランタイム向けのネイティブセキュリティミドルウェア。
🧱 フレームワークセキュリティミドルウェア
業界をリードするAIエージェントフレームワーク向けのシームレスな「ゼロトラスト」ラッパー:
AutoGen Integration: Microsoft AutoGenマルチエージェントトポロジー向けの安全な保護。
CrewAI Integration: CrewAIプロセスとエージェント向けの決定的ポリシー強制。
LangChain (Python & TS): LangChainチェーン、ツール、およびエグゼキュータ向けのセキュリティインターセプター。
LlamaIndex Integration: RAGパイプラインとツールベースの検索向けの安全なガードレール。
Vercel AI SDK Integration: Vercel AI SDKで構築されたプロジェクト向けのワンラインセキュリティ追加。
🚦 クイックスタート
Dify Marketplaceユーザー向け
私たちはDify Marketplaceで最も堅牢なセキュリティオプションを提供しています。初期レビュー段階で手動インストールするには、suprawall-securityディレクトリにあるプリパッケージ化された.difypkgを使用してください。
Claude Desktopユーザー向け
SupraWallをclaude_desktop_config.jsonに追加します:
{
"mcpServers": {
"suprawall": {
"command": "npx",
"args": ["-y", "@suprawall/mcp-plugin"]
}
}
}🛡️ セキュリティアーキテクチャ
SupraWallは3つのコアピラーに基づいて構築されています:
検出:敵対的意図(プロンプトインジェクション、SQLi、ジェイルブレイク)のリアルタイム識別。
スクラビング:データが環境から出る前にPII(氏名、メール、キー)を自動的に削除。
強制:厳格なポリシーベースの実行—ツール呼び出しがルールに一致しない場合、ブロックされます。
📄 ライセンス
Apache License 2.0の下でライセンスされています。
© 2026 WiserAutomation. Agency. 全著作権所有。DifyおよびAnthropic Marketplaceに登録されています。
This server cannot be installed
Maintenance
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
- AlicenseAqualityBmaintenanceProtects AI agents from threats like prompt injection, jailbreaks, and SQL injection through a multi-layer scanning pipeline. It also enables PII redaction and rehydration to ensure data privacy during LLM interactions.121251Apache 2.0
- AlicenseNot gradedqualityAmaintenanceA 7-layer security system for AI agents that detects and blocks prompt injection, data exfiltration, and malicious tool calls. It enables real-time scanning of inputs, outputs, and tool definitions to protect agentic workflows from emerging AI-specific threats.1MIT
- AlicenseBqualityBmaintenanceWAF for AI agents — block prompt injection before it reaches the LLM.5MIT

Blekline MCP Serverofficial
AlicenseAqualityAmaintenanceProvides AI ingress governance by masking prompts, classifying risk, and enforcing tool policies before agent calls reach model providers or sandboxes.61AGPL 3.0
Related MCP Connectors
The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Responsible-AI guardrails for agents: scoring with policy, injection & PII detection, DPDP.
Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call.
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/wiserautomation/suprawall-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server