MCP Server
MCP
io.github.wiserautomation/suprawall-mcp
SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "suprawall-mcp-plugin",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your SupraWall API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPRAWALL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment