Skip to content
Cline

safeagent for Cline

io.github.azender1/safeagent

Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry.

client:Cline transport:stdio runtime:pypi

Install safeagent 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": {
    "safeagent": {
      "command": "uvx",
      "args": [
        "safeagent-exec-guard"
      ]
    }
  }
}

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

safeagent in other clients