agentrag

agentx402-ai/agentrag
★ 0 stars TypeScript AI/LLM Updated today
AgentRAG client surface: the @agentrag/client SDK, the agentrag CLI + MCP server, and the Claude Code plugin. Paid retrieval over your documents via x402.
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": {
    "agentrag": {
      "command": "npx",
      "args": [
        "-y",
        "agentx402-ai/agentrag"
      ]
    }
  }
}