cli

KeeperHub/cli
★ 1 stars Go Code/Dev Tools Updated today
KeeperHub CLI for workflow management, execution, and MCP server
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": {
    "cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/KeeperHub/cli@latest"
      ]
    }
  }
}

README Excerpt

Command-line interface for [KeeperHub](https://app.keeperhub.com/hub), the Web3 automation platform. **Homebrew:** ``` brew install keeperhub/tap/kh ``` **Go install:** ``` go install github.com/keeperhub/cli/cmd/kh@latest ``` **Binary download:** Download from [GitHub Releases](https://github.com/keeperhub/cli/releases).

Topics

automationcligokeeperhubmcpweb3