AgentRAG client surface: the @agentrag/client SDK, the agentrag CLI + MCP server, and the Claude Code plugin. Paid retrieval over your documents via x402.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentrag": {
"command": "npx",
"args": [
"-y",
"agentx402-ai/agentrag"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agentrag npx -y agentx402-ai/agentrag
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentrag": {
"command": "npx",
"args": [
"-y",
"agentx402-ai/agentrag"
]
}
}
}
📋 Copy