Warden
Freeby MCP Community
Policy enforcement and guardrails for MCP-compatible tool execution.
v1.0.0Added Apr 12, 2026
mcpguardianpolicysecurityrate-limit
Warden MCP Server
Policy enforcement and guardrails for MCP-compatible tool execution.
Installation
npx -y mcp-warden
Reviews
Installation
Quick install
npx -y mcp-warden
Add to claude_desktop_config.json
{
"mcpServers": {
"warden": {
"command": "npx",
"args": ["-y", "mcp-warden"]
}
}
}