Odel
guardrails mcp server

guardrails mcp server

Local
@expertvagabond1RustMITUpdated 1w ago

AI Agent Guardrails MCP server - security layer

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).

npmguardrails-mcp-serverv1.0.1

Run

npx -y guardrails-mcp-server

MCP client config

{
  "mcpServers": {
    "guardrails-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "guardrails-mcp-server"
      ]
    }
  }
}