Server data from the Official MCP Registry
SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.
SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.
Set these up before or after installing:
Environment variable: SUPRAWALL_API_KEY
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"
}
}
}This MCP server provides security policy checking functionality through external API calls, but has several concerns including hardcoded credentials in tests, overly broad error handling, and potential credential exposure through logging. The server requires an API key and makes external network calls to a proprietary security service. Package verification found 1 issue.
Scanned 8 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!