Skip to content

Database

Free

by MCP Community

Database MCP server for SQL Server, PostgreSQL, and MySQL with profile-based auto resolution

v0.4.6Added Apr 12, 2026
mcppostgresmysqlsqlserverdatabase
Works with:ClaudeGPTGeminiCopilot

Database MCP Server

Database MCP server for SQL Server, PostgreSQL, and MySQL with profile-based auto resolution

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @kingsnow129/database-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "database": {
      "command": "npx",
      "args": ["-y", "@kingsnow129/database-mcp"]
    }
  }
}