mcpbeat Sign in

Suprawall MCP Server

by wiserautomation Your server? Claim it
local only

Suprawall MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 13 May 2026.

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

Installs per day peak 21 · avg 4 · +100% w/w
a month agotoday
25
Installs / week
npm · suprawall-mcp-plugin
2
Stars
0 open issues
13 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Suprawall MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add suprawall-mcp -- npx -y suprawall-mcp-plugin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "suprawall-mcp": {
      "args": [
        "-y",
        "suprawall-mcp-plugin"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.suprawall-mcp]
command = "npx"
args = ["-y", "suprawall-mcp-plugin"]
.cursor/mcp.json
{
  "mcpServers": {
    "suprawall-mcp": {
      "args": [
        "-y",
        "suprawall-mcp-plugin"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "suprawall-mcp": {
      "args": [
        "-y",
        "suprawall-mcp-plugin"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUPRAWALL_API_KEY (Your SupraWall API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Suprawall MCP

same job, measured the same way
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
SPARDA
by zyx77550

AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.

443 installs/wk local only
SPARDA
by zakariagharzouli

AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.

local only
Guardrails
by expertvagabond

AI Agent Guardrails MCP server - security layer

43 installs/wk local only
Vizier Guard
by vassiliylakhonin

Deterministic authorization and security guard for AI agent actions with signed receipts.

local only
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
Promptrejectormcp
by revsmoke

Security gateway for AI agents: detects prompt injections, jailbreaks, and common vulnerabilities.

24 installs/wk local only
Tripwire
by bonesdefi

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

35 installs/wk local only

Suprawall MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Suprawall MCP?
Suprawall MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package suprawall-mcp-plugin was installed 25 times last week.
How do I connect Suprawall MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls suprawall-mcp-plugin straight from npm; nothing to host, nothing to sign up for.
How many people use Suprawall MCP?
The npm package suprawall-mcp-plugin was installed 25 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Suprawall MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.