Skip to main content
Developer ToolsPython

j4c0bs/mcp-server-sql-analyzer

MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot)

developer-tools
Share:

Quick Start

Clone the repository:

git clone https://github.com/j4c0bs/mcp-server-sql-analyzer

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-sql-analyzer": {
      "command": "npx",
      "args": [
        "-y",
        "j4c0bs/mcp-server-sql-analyzer"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
j4c0bs