SQL-Transpiler-MCP-Tool

Baronco/SQL-Transpiler-MCP-Tool
★ 3 stars Python AI/LLM Updated 4mo ago
SQL-Transpiler is an MCP tool designed to transpile SQL queries between different dialects using the sqlglot library. This project leverages sqlglot to enable seamless SQL code conversion, making it ideal for integration with intelligent agents and automation systems.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sql-transpiler-mcp-t": {
      "command": "uvx",
      "args": [
        "sql-transpiler-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install sql-transpiler-mcp-tool