Skip to content
Cline

Agent Guardrail MCP Server for Cline

io.github.jarvisonm4/agent-guardrail

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

client:Cline transport:stdio runtime:pypi

Install Agent Guardrail MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Agent Guardrail MCP Server in other clients