MCP Stack Server
Rank #54,633io.github.MukundaKatta/sqlfmt-mcp
Deterministic SQL formatting across 19 dialects (postgres, mysql, snowflake, bigquery, etc.).
MCP Stack Server is a Model Context Protocol (MCP) server published by MukundaKatta. It ranks #54,633 of 115,460 servers tracked on MCP Toplist. MCP Stack Server is listed on Official MCP, with 1 tracked version. It was first listed on May 10, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 60,827 of 115,460 servers on MCP Toplist.
Use MCP Stack Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sqlfmt-mcp -- npx -y @mukundakatta/sqlfmt-mcp[mcp_servers.sqlfmt-mcp]
command = "npx"
args = ["-y", "@mukundakatta/sqlfmt-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sqlfmt-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/sqlfmt-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sqlfmt-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/sqlfmt-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sqlfmt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/sqlfmt-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sqlfmt-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/sqlfmt-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sqlfmt-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/sqlfmt-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MukundaKatta%2Fsqlfmt-mcp)<a href="https://mcptoplist.com/server/io.github.MukundaKatta%2Fsqlfmt-mcp"><img src="https://mcptoplist.com/badge/io.github.MukundaKatta%2Fsqlfmt-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MukundaKatta
Other servers by MukundaKatta
- agentcast-mcp#52,990 · 1 ver
- agentfit-mcp#52,991 · 1 ver
- agentguard-mcp#52,992 · 1 ver
- agentsnap-mcp#52,993 · 1 ver
- agentvet-mcp#52,994 · 1 ver
- streamparse-mcp#52,995 · 1 ver
- case-mcp#90,698
- ip-mcp#90,699
- password-mcp#90,700
- sql-mcp#90,701
- dns-mcp#95,118
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 10, 2026 |
Frequently asked questions
- Who maintains MCP Stack Server?
- MCP Stack Server is maintained by MukundaKatta, which publishes 26 MCP servers (21 total versions) tracked on MCP Toplist.
- Is MCP Stack Server listed on the Official MCP Registry?
- Yes — MCP Stack Server is listed on the Official MCP Registry.
- How many versions does MCP Stack Server have?
- MCP Toplist tracks 1 version of MCP Stack Server, most recently published on May 10, 2026.
- Where can I find the source code for MCP Stack Server?
- The source code for MCP Stack Server is hosted at github.com/MukundaKatta/mcp-stack.