suprawall
🛡️ SupraWall 插件 Monorepo
面向 AI 代理的行业标准确定性安全层。
SupraWall 通过在 LLM 与您的生产系统之间提供零知识、确定性的安全层,解决了生成式 AI 中的"信任"问题。与概率性安全模型不同,SupraWall 在代理操作到达您的 API 之前,就强制执行严格的业务策略和取证级威胁检测。
🏛️ 项目愿景
SupraWall(前身为 AgentGate)旨在弥合高速 AI 实验与企业安全合规之间的差距。我们的目标是让开发者能够安全地部署自主代理集群,而无需担心提示注入、PII 数据泄露或不受控制的工具执行。
本 Monorepo 是所有 SupraWall 插件和框架集成的官方分发中心。
Related MCP server: ZugaShield
📦 插件目录
Dify 插件:为 Dify 工作流提供显式安全护栏。
MCP Claude 服务器:Model Context Protocol (MCP) 的官方实现。
AWS Marketplace 集成:面向 AWS 云(SaaS 和容器)的预认证 Guardrail 工具。
OpenClaw 扩展:面向 OpenClaw 代理运行时的原生安全中间件。
🧱 框架安全中间件
为业界领先的 AI 代理框架提供无缝的"零信任"包装器:
AutoGen 集成:为 Microsoft AutoGen 多代理拓扑提供安全保护。
CrewAI 集成:为 CrewAI 流程和代理提供确定性策略执行。
LangChain(Python 和 TS):为 LangChain 链、工具和执行器提供安全拦截器。
LlamaIndex 集成:为 RAG 管道和基于工具的检索提供安全护栏。
Vercel AI SDK 集成:为基于 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 建立在三大核心支柱之上:
检测:实时识别对抗性意图(提示注入、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