npm suprawall-mcp-pluginstdioApache-2.0updated 3mo ago
The Industry-Standard Deterministic Security Layer for AI Agents.
suprawall mcp 能做什么?
🛡️ SupraWall Plugins Monorepo
The Industry-Standard Deterministic Security Layer for AI Agents.
SupraWall solves the "trust" problem in generative AI by providing a zero-knowledge, deterministic security layer between LLMs and your production systems. Unlike probabilistic security models, SupraWall enforces strict business policies and forensic-grade threat detection before an agentic action even reaches your API.
Official Website | Main Repository | Documentation
🏛️ Project Vision
SupraWall (formerly AgentGate) was built to bridge the gap between high-velocity AI experimentation and enterprise security compliance. Our goal is to empower developers to ship autonomous agentic fleets without the risk of Prompt Injection, PII data leakage, or uncontrolled tool execution.
This monorepo serves as the official distribution hub for all SupraWall plugins and framework integrations.
📦 Plugin Directory
- Dify Plugin: Explicit security guardrails for Dify Workflows.
- MCP Claude Server: Official implementation of the Model Context Protocol (MCP).
- AWS Marketplace Integration: Pre-certified Guardrail tool for AWS Cloud (SaaS & Container).
- OpenClaw Extension: Native security middleware for the OpenClaw agent runtime.
🧱 Framework Security Middleware
Seamless "Zero-Trust" wrappers for the industry's leading AI agent frameworks:
- AutoGen Integration: Secure protection for Microsoft AutoGen multi-agent topologies.
- CrewAI Integration: Deterministic policy enforcement for CrewAI processes and agents.
- LangChain (Python & TS): Security interceptors for LangChain chains, tools, and executors.
- LlamaIndex Integration: Secure guardrails for RAG pipelines and tool-based retrieval.
- Vercel AI SDK Integration: One-line security additions for projects built on the Vercel AI SDK.
🚦 Quick Start
For Dify Marketplace Users
We represent the most robust security option on the Dify Marketplace. To install manually during the initial review phase, use the pre-packaged .difypkg found in the suprawall-security directory.
For Claude Desktop Users
Add SupraWall to your claude_desktop_config.json:
{
"mcpServers": {
"suprawall": {
"command": "npx",
"args": ["-y", "@suprawall/mcp-plugin"]
}
}
}
🛡️ Security Architecture
SupraWall is built on three core pillars:
- Detection: Real-time identification of adversarial intent (Prompt Injection, SQLi, Jailbreaks).
- Scrubbing: Automatic removal of PII (Names, Emails, Keys) before data leaves your environment.
- Enforcement: Strict policy-based execution—if a tool call doesn't match your rule, it's blocked.
📄 License
Licensed under the Apache License 2.0.
© 2026 WiserAutomation. Agency. All rights reserved. Registered in the Dify and Anthropic Marketplaces.
安装
把 suprawall mcp 添加到你的客户端。选择你正在使用的那个。
claude mcp add suprawall-mcp-plugin -- npx -y suprawall-mcp-plugincodex mcp add suprawall-mcp-plugin -- npx -y suprawall-mcp-pluginamp mcp add suprawall-mcp-plugin -- npx -y suprawall-mcp-plugin{
"mcpServers": {
"suprawall-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"suprawall-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"suprawall-mcp-plugin","command":"npx","args":["-y","suprawall-mcp-plugin"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"suprawall-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"suprawall-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"suprawall-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"suprawall-mcp-plugin": {
"type": "local",
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"suprawall-mcp-plugin": {
"command": {
"path": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y suprawall-mcp-pluginRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 111 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.0最新 | 2026年4月4日 |