Tea Rags
Freeby MCP Community
MCP server for semantic search using local Qdrant and Ollama (default) with support for OpenAI, Cohere, and Voyage AI
v1.19.1Added Apr 12, 2026
mcpqdrantvector-searchsemantic-searchembeddings
Tea Rags MCP Server
MCP server for semantic search using local Qdrant and Ollama (default) with support for OpenAI, Cohere, and Voyage AI
Installation
Reviews
Installation
Quick install
npx -y tea-rags
Add to claude_desktop_config.json
{
"mcpServers": {
"tea-rags": {
"command": "npx",
"args": ["-y", "tea-rags"]
}
}
}