andi-cli

andisearch/andi-cli
★ 0 stars TypeScript Browser/Web Updated today
CLI for the Andi Search API — web search, page fetch, and a local MCP server for AI agents
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": {
    "andi-cli": {
      "command": "npx",
      "args": [
        "-y",
        "andisearch/andi-cli"
      ]
    }
  }
}

README Excerpt

Command-line interface for the [Andi Search API](https://api.andiai.com) — web search, page fetch, and a local MCP server, all hitting the live hosted API directly. No local search index, no local ranking: this is a thin client. ```bash npx -y @andiai/cli search "andi search api" --json ``` Or install it globally:

Tools (2)

exhaustivestrict