postgres connector for Cursor
io.github.martymarkenson/postgres-connector
MCP server for querying PostgreSQL databases
client:Cursor
transport:stdio
runtime:npm
Install postgres connector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postgres-connector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postgres-connector"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs