Mmcp.market

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 yet
    local · pypi40/wkFree
  • Operate your Vector Panda collections: search and upsert vectors, schema, measured indexes, exports.

    No reviews yet
    gateway-readyFree
  • Search and read Vector Panda docs: API operations, pricing, storage tiers, measured benchmarks.

    No reviews yet
    gateway-readyFree
  • Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.

    No reviews yet
    local · pypi57599/wkFree
  • IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK

    No reviews yet
    local · npm5521/wkFree
  • Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools

    No reviews yet
    local · pypi3594/wkFree
  • Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.

    No reviews yet
    local · oci63Free
  • Offline agentic memory: remember/recall/relate/forget/why over a fused vector+graph+columnar engine

    No reviews yet
    local · mcpb93Free
  • Search self-contained .pikelet knowledge artifacts over MCP — no vector DB, no embedding API.

    No reviews yet
    local · npm2179/wkFree
  • File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.

    No reviews yet
    local · pypi2212/wkFree
  • Academic paper knowledge-base MCP server: PDF ingest, vector search with reranking, KB management.

    No reviews yet
    local · pypi447/wkFree
  • Markdown-first long-term memory for AI agents. Hybrid BM25 + vector search, runs locally.

    No reviews yet
    local · pypi14Free

12 more, graded and ranked

  • 13
    Edititall
    Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.
    A
  • 14
    Palace
    Local-first memory for coding agents — MCP server, single SQLite file, local embeddings
    A
  • 15
    CleanVector
    Create professional SVG artwork, icons and vector logos from a prompt, or vectorize any image.
    A
  • 16
    KitchenSink4PPT
    PowerPoint (.pptx) MCP server: editable vector diagrams, tables, budgeted reads, render-to-verify
    A
  • 17
    Opensolr
    Managed Apache Solr for agents: hybrid BM25+kNN search, server-side embeddings, RAG answers
    B
  • 18
    Engraphy
    Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.
    B
  • 19
    Vecmo
    Vector motion editor MCP: 26 typed tools to observe, validate and edit documents, then export code.
    B
  • 20
    GeoEDGE MCP
    Geospatial analysis: vector and raster GIS operations, cartographic maps, spatial data access
    C
  • 21
    MCP
    Local MCP bridge: your coding agent designs on Brilliant's real vector canvas, fully on 127.0.0.1.
    C
  • 22
    SmartMemory
    Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.
    C
  • 23
    Visual Sandbox
    Generate image, video, audio, 3D and vector media with 100+ AI models. Pay per generation.
    B
  • 24
    Brode.io
    Convert any image into machine embroidery files (DST, PES…) or vector graphics (SVG, PDF, EPS, DXF).
    C

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.

Gateway docs
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