Skip to content
Claude Desktop

ls search for Claude Desktop

io.github.calbearken/ls-search

Disposable private vector search + semantic RAG for AI agents. x402 pay-per-call, no account.

client:Claude Desktop transport:streamable-http

Install ls search in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ls-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://liangsearch.aioniq.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ls search in other clients