SupraWall
Rank #54,746io.github.wiserautomation/suprawall-mcp
SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.
SupraWall is a Model Context Protocol (MCP) server published by wiserautomation. It ranks #54,746 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. SupraWall is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 3, 2026 and most recently updated on Apr 4, 2026.
Ranks ahead of 60,845 of 115,591 servers on MCP Toplist.
Use SupraWall
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add suprawall-mcp -e "SUPRAWALL_API_KEY=<your SUPRAWALL_API_KEY>" -- npx -y suprawall-mcp-pluginReplace each placeholder with your own value before saving.
[mcp_servers.suprawall-mcp]
command = "npx"
args = ["-y", "suprawall-mcp-plugin"]
[mcp_servers.suprawall-mcp.env]
SUPRAWALL_API_KEY = "<your SUPRAWALL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suprawall-mcp": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
],
"env": {
"SUPRAWALL_API_KEY": "<your SUPRAWALL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suprawall-mcp": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
],
"env": {
"SUPRAWALL_API_KEY": "<your SUPRAWALL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"suprawall-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
],
"env": {
"SUPRAWALL_API_KEY": "<your SUPRAWALL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suprawall-mcp": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
],
"env": {
"SUPRAWALL_API_KEY": "<your SUPRAWALL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suprawall-mcp": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
],
"env": {
"SUPRAWALL_API_KEY": "<your SUPRAWALL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wiserautomation%2Fsuprawall-mcp)<a href="https://mcptoplist.com/server/io.github.wiserautomation%2Fsuprawall-mcp"><img src="https://mcptoplist.com/badge/io.github.wiserautomation%2Fsuprawall-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wiserautomation
Other servers by wiserautomation
View all wiserautomation servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 4, 2026 |
Frequently asked questions
- Who maintains SupraWall?
- SupraWall is maintained by wiserautomation, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is SupraWall listed on the Official MCP Registry?
- Yes — SupraWall is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does SupraWall have?
- MCP Toplist tracks 1 version of SupraWall, most recently published on Apr 4, 2026.
- Where can I find the source code for SupraWall?
- The source code for SupraWall is hosted at github.com/wiserautomation/suprawall-plugins/tree/HEAD/mcp-plugin.