Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-rag
Local Retrieval-Augmented Generation (RAG) MCP server running via Bun or Node.js for document retrieval and prompt augmentation capabilities.
npx claudepluginhub thisisyoyodev/claude-plugins --plugin claude-ragCopy 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
Share bugs, ideas, or general feedback.