Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sql

FreeNot checked

Formats SQL queries with support for 14 dialects, keyword casing, and tab width.

GitHubEmbed

About

Formats SQL queries with support for 14 dialects, keyword casing, and tab width.

README

npm mcp license

MCP server: format SQL queries. Backed by sql-formatter, supports 14 dialects.

Tool

format

{ "sql": "select id, name from users where age > 21 order by id", "dialect": "postgresql" }

SELECT
  id,
  name
FROM
  users
WHERE
  age > 21
ORDER BY
  id
Field Default Notes
dialect sql postgresql, mysql, mariadb, sqlite, bigquery, redshift, snowflake, transactsql, db2, plsql, trino, hive, spark
tab_width 2 0-8
uppercase true Uppercase keywords (SELECT, FROM, …)

Configure

{ "mcpServers": { "sql": { "command": "npx", "args": ["-y", "@mukundakatta/sql-mcp"] } } }

License

MIT.

from github.com/MukundaKatta/sql-mcp

Install Sql in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install sql-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add sql-mcp -- npx -y @mukundakatta/sql-mcp

FAQ

Is Sql MCP free?

Yes, Sql MCP is free — one-click install via Unyly at no cost.

Does Sql need an API key?

No, Sql runs without API keys or environment variables.

Is Sql hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Sql in Claude Desktop, Claude Code or Cursor?

Open Sql on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sql with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs