All servers



Qdrant
verifiedVector search over a Qdrant collection.
by Qdrant1.7kApache-2.0updated 1mo agoadded 1y ago
Semantic memory backed by Qdrant. Upsert and search vectors, filter by payload.
Install
Add this block to your claude_desktop_config.json then restart Claude Desktop.
claude_desktop_config.jsonjson
{
"mcpServers": {
"qdrant": {
"command": "uvx",
"args": [
"mcp-server-qdrant"
],
"env": {
"QDRANT_URL": "http://localhost:6333",
"COLLECTION_NAME": "memories"
}
}
}
}Related servers
EverArt
by Anthropic
51k
Generate images via the EverArt API.
Node.jsOfficialAI / LLMauth
updated 1mo ago
Memory
by Anthropic
51k
Persistent knowledge graph the model can recall across sessions.
Node.jsOfficialMemory
updated 1mo ago
Postgres
by Anthropic
51k
Read-only SQL access to a Postgres database.
Node.jsOfficialDatabaseauth
updated 1mo ago