Skip to content
Claude Desktop

safeagent for Claude Desktop

io.github.azender1/safeagent

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

client:Claude Desktop transport:stdio runtime:pypi

Install safeagent in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "safeagent": {
      "command": "uvx",
      "args": [
        "safeagent-exec-guard"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

safeagent in other clients