MCP Server
Agent Guardrail MCP Server MCP Server
io.github.JarvisOnM4/agent-guardrail
What is the Agent Guardrail MCP Server MCP server?
Action-level governance for AI agents -- control what they DO, not what they SAY
How to install Agent Guardrail MCP Server
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": [
"agent-guardrail"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-guardrail": {
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-guardrail": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}Claude Code
claude mcp add agent-guardrail -- uvx agent-guardrailRelated MCP servers
Report Needs MCP Server
Maintained
MCP server for AI agents to report infrastructure needs they encounter during task execution
0
View repository →Python
MIT