pgvector for Cline
io.github.mittalpk/pgvector
Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables
client:Cline
transport:stdio
runtime:pypi
Install pgvector in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"pgvector": {
"command": "uvx",
"args": [
"mcp-server-pgvector"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"MCP_PGVECTOR_READ_ONLY": "<MCP_PGVECTOR_READ_ONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs