Back to Browse

Suprawall Plugins MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.

About

SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

23 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your SupraWall API keyRequired

Environment variable: SUPRAWALL_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-wiserautomation-suprawall-mcp": {
      "env": {
        "SUPRAWALL_API_KEY": "your-suprawall-api-key-here"
      },
      "args": [
        "autogen-suprawall"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

🛡️ 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

🧱 Framework Security Middleware

Seamless "Zero-Trust" wrappers for the industry's leading AI agent frameworks:


🚦 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:

  1. Detection: Real-time identification of adversarial intent (Prompt Injection, SQLi, Jailbreaks).
  2. Scrubbing: Automatic removal of PII (Names, Emails, Keys) before data leaves your environment.
  3. 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.

Reviews

No reviews yet

Be the first to review this server!