Rag Node
Freeby MCP Community
Simple MCP RAG server using @modelcontextprotocol/sdk
v1.1.1Added Apr 12, 2026
mcpmodelcontextprotocolsdk
Rag Node MCP Server
Simple MCP RAG server using @modelcontextprotocol/sdk
Installation
Reviews
Installation
Quick install
npx -y @laskarks/mcp-rag-node
Add to claude_desktop_config.json
{
"mcpServers": {
"rag-node": {
"command": "npx",
"args": ["-y", "@laskarks/mcp-rag-node"]
}
}
}