repld

angelsen/repld
★ 0 stars Python Code/Dev Tools Updated 6d ago
Persistent Python kernel + MCP server: shared namespace between you and your agent, CDP browser automation, and a gist system for turning reverse-engineered APIs into reusable code.
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": {
    "repld": {
      "command": "uvx",
      "args": [
        "repld"
      ]
    }
  }
}

Or install with pip: pip install repld