Client
Freeby MCP Community
MCP RAG - Context-aware tool management for AI SDK
v0.0.5Added Apr 12, 2026
airagmcpai-sdkneo4j
Client MCP Server
MCP RAG - Context-aware tool management for AI SDK
Installation
Reviews
Installation
Quick install
npx -y @mcp-rag/client
Add to claude_desktop_config.json
{
"mcpServers": {
"client": {
"command": "npx",
"args": ["-y", "@mcp-rag/client"]
}
}
}