mcpg for Cursor
io.github.devopam/mcpg
Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.
client:Cursor
transport:stdio
runtime:pypi
Install mcpg in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpg": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpg"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs