← Back to Plugins
MCP Server MCP

pgvector

github By github 👁 1 views ▲ 0 votes

Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...