Stats
Actions
Tags
From claude-rag
Local Retrieval-Augmented Generation (RAG) MCP server running via Bun or Node.js for document retrieval and prompt augmentation capabilities.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"rag": {
"command": "/bin/sh",
"args": [
"-c",
"BUN=$(command -v bun 2>/dev/null || echo \"$HOME/.bun/bin/bun\") && exec \"$BUN\" run \"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js\" 2>/dev/null || node \"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js\""
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
/bin/shCommand-line arguments passed to the server process
npx claudepluginhub thisisyoyodev/claude-plugins --plugin claude-rag