Sql
FreeNot checkedFormats SQL queries with support for 14 dialects, keyword casing, and tab width.
About
Formats SQL queries with support for 14 dialects, keyword casing, and tab width.
README
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.
Install Sql in Claude Desktop, Claude Code & Cursor
unyly install sql-mcpInstalls 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-mcpFAQ
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
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Sql with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
