MCP server for AI agent security -- input validation, prompt injection detection, PII redaction, policy enforcement, rate limiting, and audit logging
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"guardrails-mcp-serve": {
"command": "cargo",
"args": [
"run",
"--",
"guardrails-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add guardrails-mcp-serve cargo run -- guardrails-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"guardrails-mcp-serve": {
"command": "cargo",
"args": [
"run",
"--",
"guardrails-mcp-server"
]
}
}
}