Best Vector search MCP servers

Vector search MCP servers let an agent store and retrieve information by meaning rather than exact keywords, backing retrieval-augmented workflows and giving the agent a durable semantic memory. Through these tools an agent can embed and upsert documents, run similarity queries, and pull back the most relevant chunks to ground its next answer — useful for code search, knowledge bases, and long-running context. The main choices are deployment and embedding strategy: some servers run a local or embedded store for quick experiments, others connect to a managed cloud index built for scale, and they differ in whether embeddings are computed inside the server or handed off to a provider. Look at how collections and metadata filtering are exposed, and scope credentials to the specific index the agent should touch.

5 servers