mcpbeat Sign in

SQL Formatter MCP Server

local only

SQL Formatter MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Format SQL queries into readable layouts locally. No network and no key.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · sql-formatter-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 sql-formatter-mcp -- npx -y sql-formatter-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sql-formatter-mcp": {
      "args": [
        "-y",
        "sql-formatter-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sql-formatter-mcp]
command = "npx"
args = ["-y", "sql-formatter-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sql-formatter-mcp": {
      "args": [
        "-y",
        "sql-formatter-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sql-formatter-mcp": {
      "args": [
        "-y",
        "sql-formatter-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to SQL Formatter MCP

same job, measured the same way
Myc
by aistastudio

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

681 installs/wk local only
Infino AI
by infino-ai

Keyword, semantic, hybrid, and SQL retrieval for AI agents, local or on Infino Cloud.

77 installs/wk local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only
MCP Local WP
by verygoodplugins

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

41 installs/wk local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
Keboola
by keboola

Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

3 079 installs/wk answering
SQLBot MCP Proxy
by wenrou21

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

local only
pgmcp
by pascalallen

Read-only Postgres ops/DBA diagnostics: slow queries, EXPLAIN, locks, index and table health.

local only

SQL Formatter MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SQL Formatter MCP?
SQL Formatter MCP 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 sql-formatter-mcp.
Is SQL Formatter MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect SQL Formatter MCP?
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 sql-formatter-mcp straight from npm; nothing to host, nothing to sign up for.