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
By ajitpratap0
Installation
npx -y GoSQLXConfiguration
{
"mcpServers": {
"GoSQLX": {
"command": "npx",
"args": ["-y", "GoSQLX"]
}
}
}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