Agent Guardrail MCP Server for Grok
io.github.jarvisonm4/agent-guardrail
Action-level governance for AI agents -- control what they DO, not what they SAY
client:Grok
transport:stdio
runtime:pypi
Install Agent Guardrail MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-guardrail": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs