macro-cli

j8ckfi/macro-cli
★ 0 stars JavaScript AI/LLM Updated today
Agent-friendly CLI for Macro's remote 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": {
    "macro-cli": {
      "command": "npx",
      "args": [
        "-y",
        "j8ckfi/macro-cli"
      ]
    }
  }
}