# jackc/pgx | Model Context Protocol (MCP) Server > PostgreSQL driver and toolkit for Go - **Stars**: ⭐ 13,777 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "pgx": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pgx" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "pgx": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pgx" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-pgx` - **Docker**: `docker run -i --rm mcp/pgx`