MCP Server
Active
MIT
io.github.rudimentall1/agent-guardrail MCP Server
io.github.rudimentall1/agent-guardrail
What is the io.github.rudimentall1/agent-guardrail MCP server?
Deterministic policy firewall for AI agent tool calls - YAML rules, not a fuzzy risk score.
How to install io.github.rudimentall1/agent-guardrail
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"guardrail-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"guardrail-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"guardrail-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-guardrail": {
"type": "stdio",
"command": "uvx",
"args": [
"guardrail-mcp"
]
}
}
}Claude Code
claude mcp add agent-guardrail -- uvx guardrail-mcpRelated MCP servers
Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA.
1
View repository →Python
MIT