pgvector runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from pypi. Last commit 21 Jul 2026.
Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables
Today is the operative word: we check pgvector every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pgvector -- uvx mcp-server-pgvector
{
"mcpServers": {
"pgvector": {
"args": [
"mcp-server-pgvector"
],
"command": "uvx"
}
}
}
[mcp_servers.pgvector]
command = "uvx"
args = ["mcp-server-pgvector"]
{
"mcpServers": {
"pgvector": {
"args": [
"mcp-server-pgvector"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"pgvector": {
"args": [
"mcp-server-pgvector"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
DATABASE_URL (PostgreSQL connection string, e.g. postgresql://user:password@host:5432/dbname), MCP_PGVECTOR_READ_ONLY (Set to 'true' to disable upsert_embedding and create_vector_index).
The author declared them in the registry entry; get the values from the project itself.
SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management
Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.
MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.
PostgreSQL-backed virtual filesystem for agents: session isolation, shared stores, POSIX ops, RLS.
Answers built from our own checks of this server.