Topic
MCP servers for vector databases
Query and manage the store underneath your embeddings.
This is the storage layer a RAG setup sits on: Pinecone, Qdrant, Chroma, Weaviate, Milvus, or Postgres with pgvector. The servers here mostly wrap one vendor's client, so the thing that varies is not the search quality, it is how much of your instance a single key can reach.
- Graded servers
- 24
- Grade A
- 10
- Run remotely
- 5
- Reviewed by users
- 0
Before you install one
Three things that separate the servers here, none of which shows up in a description.
- Is the key scoped to one index?
- Most of these servers take an account-level key and expose every collection on the instance. A key scoped to one index is the difference between a bad query and a wiped production index, and the vendor, not the server, is where you set that.
- Local or hosted?
- Chroma and Qdrant both run on your own machine. A local one keeps the vectors on disk, needs no key at all, and cannot leak an index to anyone. It is the right default for anything you would not publish.
- Which write tools come with search?
- Upsert and delete usually live in the same server as query. If you only need retrieval, a server that exposes only retrieval is a smaller thing to get wrong.
Every listing below has a scan report saying what the server asks for and what it does with it. The rubric is on how we grade.
The vector database servers we would look at first
Reviewed servers rank first, then the ones with real adoption. At most two per publisher, so no account can fill the list. Nothing here is sponsored.
MCP server that wraps the Qdrant vector database API as tools.
No reviews yetlocal · pypi40/wkFreeOperate your Vector Panda collections: search and upsert vectors, schema, measured indexes, exports.
No reviews yetgateway-readyFreeSearch and read Vector Panda docs: API operations, pricing, storage tiers, measured benchmarks.
No reviews yetgateway-readyFreeDeep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.
No reviews yetlocal · pypi57599/wkFreeIT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK
No reviews yetlocal · npm5521/wkFreeEncrypted-first embedded database with vector search and agent memory, exposed as MCP tools
No reviews yetlocal · pypi3594/wkFreeLocal-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
No reviews yetlocal · oci63FreeOffline agentic memory: remember/recall/relate/forget/why over a fused vector+graph+columnar engine
No reviews yetlocal · mcpb93FreeSearch self-contained .pikelet knowledge artifacts over MCP — no vector DB, no embedding API.
No reviews yetlocal · npm2179/wkFreeFile-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.
No reviews yetlocal · pypi2212/wkFreeAcademic paper knowledge-base MCP server: PDF ingest, vector search with reranking, KB management.
No reviews yetlocal · pypi447/wkFreeMarkdown-first long-term memory for AI agents. Hybrid BM25 + vector search, runs locally.
No reviews yetlocal · pypi14Free
12 more, graded and ranked
- 13EdititallDrive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.not reviewedGrowingA
- 14PalaceLocal-first memory for coding agents — MCP server, single SQLite file, local embeddingsnot reviewedGrowingA
- 15
CleanVectorCreate professional SVG artwork, icons and vector logos from a prompt, or vectorize any image.not reviewedGrowingA - 16KitchenSink4PPTPowerPoint (.pptx) MCP server: editable vector diagrams, tables, budgeted reads, render-to-verifynot reviewedNewA
- 17OpensolrManaged Apache Solr for agents: hybrid BM25+kNN search, server-side embeddings, RAG answersnot reviewedNewB
- 18EngraphySelf-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.not reviewedNewB
- 19VecmoVector motion editor MCP: 26 typed tools to observe, validate and edit documents, then export code.not reviewedNewB
- 20GeoEDGE MCPGeospatial analysis: vector and raster GIS operations, cartographic maps, spatial data accessnot reviewedNewC
- 21
MCPLocal MCP bridge: your coding agent designs on Brilliant's real vector canvas, fully on 127.0.0.1.not reviewedNewC - 22SmartMemoryGraph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.not reviewedNewC
- 23
Visual SandboxGenerate image, video, audio, 3D and vector media with 100+ AI models. Pay per generation.not reviewedNewB - 24
Brode.ioConvert any image into machine embroidery files (DST, PES…) or vector graphics (SVG, PDF, EPS, DXF).not reviewedNewC
Or try them without installing any
Add the gateway once and your agent runs search "pinecone", reads the grades, and calls the one it picks. Nothing to install per server, and an F-graded server cannot be reached through it.
claude mcp add --transport http mcp-market https://gw.mcp.market/mcp
Related
MCP servers for RAGMCP servers for SQL databasesMCP servers for PDFs and documentsBest Databases MCP serversAll topics