Back to MCP Servers

GoSQLX

7 SQL tools (validate, format, parse, lint, security scan, metadata extraction, full analysis) over Streamable HTTP. Public remote server at mcp.gosqlx.dev - no install needed. 1.25M+ ops/sec, 6 SQL dialects.

developer-toolsgosecurity

Installation

npx -y GoSQLX

Configuration

{
  "mcpServers": {
    "GoSQLX": {
      "command": "npx",
      "args": ["-y", "GoSQLX"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub