mcpbeat Sign in

Database MCP Server

local only

Database runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 21 Mar 2026.

SQL formatting, schema visualization, migration generation

Installs per day peak 11 · avg 5 · +144% w/w
a month agotoday
34
Installs / week
npm · @rog0x/mcp-database-tools
0
Stars
0 open issues
21 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Database every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add database -- npx -y @rog0x/mcp-database-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "database": {
      "args": [
        "-y",
        "@rog0x/mcp-database-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.database]
command = "npx"
args = ["-y", "@rog0x/mcp-database-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "database": {
      "args": [
        "-y",
        "@rog0x/mcp-database-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "database": {
      "args": [
        "-y",
        "@rog0x/mcp-database-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Database

same job, measured the same way
I
MCP Schema Designer
by vpatser1

Design database schemas from natural language, validate SQL, generate migrations and types

28 installs/wk local only
MigraFlow - Database Migration AI
by wmeireles

AI-powered database migration. Analyze schemas, generate SQL, calculate risks.

57 installs/wk local only
Validate
by machinegrade

Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.

35 installs/wk 1 tools answering
Orionbelt Analytics
by ralfbecher

Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation

1 038 installs/wk local only
Berth
by seayniclabs

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

91 installs/wk local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
Metabase AI Assistant
by enessari

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

55 installs/wk local only
S
Seedfast
by seedfa

Generates relationally valid test data in a PostgreSQL database from its live schema.

291 installs/wk local only

Database — questions

Answers built from our own checks of this server.

Why is there no uptime for Database?
Database runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rog0x/mcp-database-tools was installed 34 times last week.
How do I connect Database?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rog0x/mcp-database-tools straight from npm; nothing to host, nothing to sign up for.
How many people use Database?
The npm package @rog0x/mcp-database-tools was installed 34 times in the last week. Week over week that is +144%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Database open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.