vikrantwiz02/mcp-warden
High-performance security guardrails, PII redaction, and governance for MCP-compatible AI agents
Platform-specific configuration:
{
"mcpServers": {
"mcp-warden": {
"command": "npx",
"args": [
"-y",
"mcp-warden"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/mcp-warden) [](https://github.com/vikrantwiz02/mcp-warden?tab=MIT-1-ov-file) [](https://bundlephobia.com/package/mcp-warden)
High-performance security guardrails for MCP-compatible AI agents and tool execution.
REQUIRES_APPROVAL status when approval is mandated.AI agents can execute tools with real-world side effects: reading files, modifying systems, calling external APIs, and handling sensitive data. Without guardrails, a single prompt injection or over-permissioned server can lead to data leakage, privilege escalation, or runaway tool loops.
mcp-warden helps enforce a security boundary before and after tool execution:
REQUIRES_APPROVAL before execution when approvalRequired is enabled.Loading reviews...