MCP Server
MCP
pgvector
Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables
Install
uvx mcp-server-pgvector
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-server-pgvector",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string, e.g. postgresql://user:password@host:5432/dbname",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
},
{
"description": "Set to 'true' to disable upsert_embedding and create_vector_index",
"format": "string",
"name": "MCP_PGVECTOR_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment