agent-renewal-guard

levellerlabs/agent-renewal-guard
★ 0 stars Python AI/LLM Updated today
Alexa+ MCP server for recurring-payment decisions: agent proposes, human approves. Amazon Developer Hackathon 2026.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install agent-renewal-guard