MCP.so
登录

PostgreSQL MCP Server

@assadnasser

关于 PostgreSQL MCP Server

暂无概览

基本信息

分类

数据库

运行时

node

传输方式

stdio

发布者

assadnasser

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

47

string

number

string

string

string

boolean (optional)

string

number

string

string

string

boolean (optional)

string

any[] (optional)

string

number

string

string

string

boolean (optional)

string

number

string

string

string

boolean (optional)

string

string (optional)

string

number

string

string

string

boolean (optional)

string

number

string

string

string

boolean (optional)

number (optional)

string

number

string

string

string

boolean (optional)

概览

What is PostgreSQL MCP Server?

A Model Context Protocol (MCP) server that enables AI agents and applications to connect to PostgreSQL databases. It exposes resources, tools, and prompts for querying, managing schemas, and monitoring database activity via an SSE endpoint.

How to use PostgreSQL MCP Server?

Clone the repository, install dependencies (npm install), copy the .env.example to .env, configure environment variables (e.g., PGHOST, PGUSER, PGPASSWORD), and start the development server with npm run dev. Connect via the SSE endpoint at /sse and use the provided tools and prompts to interact with your PostgreSQL database.

Key features of PostgreSQL MCP Server

  • Secure PostgreSQL connections with connection pooling and SSL
  • SQL query execution with parameter binding and history tracking
  • Schema exploration: list tables, describe columns, keys, indexes
  • Database analytics: size, activity, and query performance stats
  • API rate limiting and CORS support for security
  • Graceful shutdown handling and Redis-backed storage option

Use cases of PostgreSQL MCP Server

  • Query a PostgreSQL database using natural language descriptions
  • Explore table schemas and column metadata without direct SQL
  • Monitor database activity and query performance programmatically
  • Automate database management tasks through MCP-enabled agents

FAQ from PostgreSQL MCP Server

What are the runtime requirements for PostgreSQL MCP Server?

Node.js and npm are required. Access to a PostgreSQL database (host, port, credentials) is also needed.

How does the server handle database credentials?

Credentials (host, port, user, password, database name) are passed as parameters to the MCP tools (e.g., query, test-connection) in each request.

Where is query history stored?

By default, query history is stored in memory. If REDIS_URL is provided, history is persisted in Redis.

Can I deploy PostgreSQL MCP Server to production?

Yes. The server is compatible with Vercel deployment. For production, configure a Redis URL for persistent storage.

What MCP capabilities does the server expose?

It exposes resources (database schema, table structure, query history), tools (execute SQL, list tables, describe table, get stats, clear history), and prompts (generate query, analyze query, explain schema).

评论

数据库 分类下的更多 MCP 服务器