MCP.so
登录

PostgreSQL MCP Server

@nahmanmate

关于 PostgreSQL MCP Server

暂无概览

基本信息

分类

数据库

许可证

AGPL-3.0

运行时

node

传输方式

stdio

发布者

nahmanmate

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "postgresql-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@nahmanmate/postgresql-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is PostgreSQL MCP Server?

A Model Context Protocol server for PostgreSQL database management. It helps analyze existing database setups, provide implementation guidance, and debug common database issues for developers and database administrators.

How to use PostgreSQL MCP Server?

Install via Smithery using npx -y @smithery/cli install @nahmanmate/postgresql-mcp-server --client claude or manually by cloning, running npm install and npm run build, then adding to the MCP settings file. Invoke the three tools—analyze_database, get_setup_instructions, debug_database—each with specific parameters such as connectionString, platform, or issue.

Key features of PostgreSQL MCP Server?

  • Analyze database configuration, performance, and security
  • Provide platform-specific PostgreSQL setup instructions
  • Debug connection, performance, lock, and replication issues
  • Implement connection pooling

评论

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