Daniel-Barta/mcp-rag-server
Lightweight RAG server for the Model Context Protocol: ingest source code, docs, build a vector index, and expose search/citations to LLMs via MCP tools.
Platform-specific configuration:
{
"mcpServers": {
"mcp-rag-server": {
"command": "npx",
"args": [
"-y",
"mcp-rag-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...