Database
Freeby MCP Community
Database MCP server for SQL Server, PostgreSQL, and MySQL with profile-based auto resolution
v0.4.6Added Apr 12, 2026
mcppostgresmysqlsqlserverdatabase
Database MCP Server
Database MCP server for SQL Server, PostgreSQL, and MySQL with profile-based auto resolution
Installation
Reviews
Installation
Quick install
npx -y @kingsnow129/database-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"database": {
"command": "npx",
"args": ["-y", "@kingsnow129/database-mcp"]
}
}
}