Production-ready SQL parsing SDK for Go with 7 SQL tools
Best for Automating SQL code review and linting in development workflows.
Parse SQL at the speed of Go.
๐ Try the Playground ยท ๐ Read the Docs ยท ๐ Get Started ยท ๐ Benchmarks.
What it does
- Zero-copy SQL tokenization and parsing
- Support for 7 SQL dialects including PostgreSQL, MySQL, and SQLite
- Full AST generation for complex SQL analysis
- Built-in SQL validation, formatting, and linting
- High-performance architecture handling 1.38M+ ops/sec
View GoSQLX details vs
Full-featured MCP server for Apache Superset with 128+ tools
Best for Automating the creation and deployment of BI dashboards for new projects.
A comprehensive Model Context Protocol (MCP) server for Apache Superset. Gives AI assistants (Claude, GPT, etc.) full control over your Superset instance โ dashboards, charts, datasets, SQL Lab, users, roles, RLS, and more โ through 128+ tools.
What it does
- 128+ MCP tools covering the complete Superset REST API
- Full security management including users, roles, RLS, and groups
- Built-in safety validations with confirmation flags and DDL/DML blocking
- Dashboard native filter management and automatic datasource access synchronization
- Support for multiple transport options including HTTP, SSE, and stdio
Setup requirements
Requires 3 environment variables: SUPERSET_URL, SUPERSET_USERNAME, SUPERSET_PASSWORD. Available via uvx and pip.
View Apache Superset details Biggest differences
CompareGoSQLXApache Superset
Best forAutomating SQL code review and linting in development workflows.Automating the creation and deployment of BI dashboards for new projects.
StandoutZero-copy SQL tokenization and parsing.128+ MCP tools covering the complete Superset REST API.
SetupMCP Server, http transport.uvx or pip, needs 3 env vars, http transport.
Transporthttphttp
Community61 GitHub stars21 GitHub stars
Bottom line
Pick GoSQLX if...Automating SQL code review and linting in development workflows. Zero-copy SQL tokenization and parsing. MCP Server, http transport.
Pick Apache Superset if...Automating the creation and deployment of BI dashboards for new projects. 128+ MCP tools covering the complete Superset REST API. uvx or pip, needs 3 env vars, http transport.
The real split here is workflow fit, not raw counts. GoSQLX: Automating SQL code review and linting in development workflows. Apache Superset: Automating the creation and deployment of BI dashboards for new projects. GoSQLX also has the larger public footprint (61 vs 21 stars).