Skip to content

Database

Free

by MCP Community

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), connection management, schema introspection, query execution with rollback, history,

v0.2.7Added Apr 12, 2026
mcpmcp-servermodel-context-protocoldatabasepostgresql
Works with:ClaudeGPTGeminiCopilot

Database MCP Server

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), connection management, schema introspection, query execution with rollback, history,

Installation

Reviews

Leave a Review

Installation

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