PostgreSQL MCP Server
@nahmanmate
About PostgreSQL MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"postgresql-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@nahmanmate/postgresql-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Databases MCP servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently

Sqlite
modelcontextprotocolModel Context Protocol Servers
Comments