Loading MCP server directory, please wait...
Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables
npx @getmcp/cli add io.github.mittalpk/pgvectorRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL connection string, e.g. postgresql://user:password@host:5432/dbname
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mittalpk/pgvector": {
"command": "uvx",
"args": [
"mcp-server-pgvector"
],
"env": {
"DATABASE_URL": "",
"MCP_PGVECTOR_READ_ONLY": ""
}
}
}
}