MCP.so
登录

postgres-mcp-server

@RonHouben

关于 postgres-mcp-server

MCP Server for postgres

基本信息

分类

数据库

运行时

node

传输方式

stdio

发布者

RonHouben

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is postgres-mcp-server?

A PostgreSQL Model Context Protocol server that lets an LLM interact with a local database. It is experimental and not intended for real databases.

How to use postgres-mcp-server?

Install Node.js, run npm install, and set the environment variables DATABASE_NAME, DATABASE_USER, DATABASE_PASSWORD, and DATABASE_SCHEMA_NAME. A VSCode configuration snippet is provided to integrate the server via stdio.

Key features of postgres-mcp-server

  • Experimental PostgreSQL MCP server for local databases
  • Connects using environment variable configuration
  • Supports read and write SQL queries
  • Runs via npm start with stdio transport
  • Integrates with VSCode chat’s MCP discovery

Use cases of postgres-mcp-server

  • Letting an LLM query a local development database
  • Experimenting with database interactions in a safe environment

FAQ from postgres-mcp-server

Is postgres-mcp-server safe for production databases?

No, it is experimental; do not use it on real databases and be careful with write queries.

What are the prerequisites to run postgres-mcp-server?

You need Node.js installed and must run npm install to install dependencies.

What environment variables are required?

DATABASE_NAME, DATABASE_USER, DATABASE_PASSWORD, and DATABASE_SCHEMA_NAME (typically public).

How do I configure postgres-mcp-server in VSCode?

Add a configuration block in your settings.json with the command npm, type stdio, args ["start", "--prefix", "/path/to/code/postgres-mcp-server"], and set the required environment variables.

What transport does postgres-mcp-server use?

It uses stdio transport, as shown in the VSCode configuration example.

评论

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