Back to MCP Servers
Server Sql Analyzer
MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot)
developer-toolsgithub
By j4c0bs
Installation
npx -y mcp-server-sql-analyzerConfiguration
{
"mcpServers": {
"mcp-server-sql-analyzer": {
"command": "npx",
"args": ["-y", "mcp-server-sql-analyzer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes