Odel
Agent Guardrail MCP Server

Agent Guardrail MCP Server

Local
@eren-solutionsPythonMITUpdated 5mo ago

Action-level governance for AI agents -- control what they DO, not what they SAY

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagent-guardrailv0.1.2

Run

uvx agent-guardrail

MCP client config

{
  "mcpServers": {
    "agent-guardrail-mcp-server": {
      "command": "uvx",
      "args": [
        "agent-guardrail"
      ]
    }
  }
}