Agentic RAG MCP Server — give Claude persistent semantic memory over private data
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",
"SARAMALI15792/AgentRAG"
]
}
}
}
Run in terminal:
claude mcp add agentrag npx -y SARAMALI15792/AgentRAG
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentrag": {
"command": "npx",
"args": [
"-y",
"SARAMALI15792/AgentRAG"
]
}
}
}