Odel
WARDEN — MCP Security Firewall

WARDEN — MCP Security Firewall

Local
@alexar76TypeScriptMITUpdated 2 days ago

MCP security firewall: vet tool definitions before they reach the model.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aimarket/wardenv0.5.0

Run

npx -y @aimarket/warden

MCP client config

{
  "mcpServers": {
    "warden-mcp-security-firewall": {
      "command": "npx",
      "args": [
        "-y",
        "@aimarket/warden"
      ]
    }
  }
}