PostgreSQL MCP Server
@nahmanmate
PostgreSQL MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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
「データベース」の他のコンテンツ
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
コメント