🗄️

postgres-connector

MCP server for querying PostgreSQL databases

Database stdio npm npmstdiomartymarkenson
RUN IN TERMINAL
claude mcp add martymarkenson-postgres-connector -- npx -y postgres-connector
ADD TO claude_desktop_config.json
{ "mcpServers": { "martymarkenson-postgres-connector": { "command": "npx", "args": ["-y", "postgres-connector"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "martymarkenson-postgres-connector": { "command": "npx", "args": ["-y", "postgres-connector"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "martymarkenson-postgres-connector": { "command": "npx", "args": ["-y", "postgres-connector"] } } }

About This MCP Server

The postgres-connector is an MCP server that enables interaction with PostgreSQL databases, allowing developers to query these databases using the Model Context Protocol. This server connects to PostgreSQL databases, facilitating data access and manipulation through standard input/output streams. Developers would use this tool when they need to integrate PostgreSQL data into their applications that utilize the Model Context Protocol.

MCP server for querying PostgreSQL databases. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.

Package

postgres-connector on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The postgres-connector server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/martymarkenson-postgres-connector.svg)](https://skillsplayground.com/mcps/martymarkenson-postgres-connector/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.