Server Name
GoSQLX MCP Server
Description
GoSQLX provides 7 SQL tools over Streamable HTTP - validate, format, parse, lint, security scan, metadata extraction, and full analysis. Public remote server available at mcp.gosqlx.dev with no authentication required.
Server URL
Tools (7)
| Tool |
Description |
validate_sql |
Check SQL syntax validity with dialect support |
format_sql |
Format SQL with configurable indentation and keyword casing |
parse_sql |
Parse SQL and return AST summary |
extract_metadata |
Extract tables, columns, and functions |
security_scan |
Detect SQL injection patterns |
lint_sql |
Lint against 10 rules (L001-L010) |
analyze_sql |
Run all 6 tools concurrently |
Connect
# Claude Code
claude mcp add --transport http gosqlx https://mcp.gosqlx.dev/mcp
# Claude Desktop
{ "mcpServers": { "gosqlx": { "url": "https://mcp.gosqlx.dev/mcp" } } }
Technical Details
- Transport: Streamable HTTP
- Authentication: None (public)
- Language: Go
- Performance: 1.25M+ ops/sec, 6 SQL dialects
- Rate Limiting: Smart 3-layer (tiered, adaptive, tool-aware)
- License: Apache-2.0
- Safety Annotations: All tools annotated with
readOnlyHint: true
Server Name
GoSQLX MCP Server
Description
GoSQLX provides 7 SQL tools over Streamable HTTP - validate, format, parse, lint, security scan, metadata extraction, and full analysis. Public remote server available at
mcp.gosqlx.devwith no authentication required.Server URL
https://mcp.gosqlx.dev/mcpTools (7)
validate_sqlformat_sqlparse_sqlextract_metadatasecurity_scanlint_sqlanalyze_sqlConnect
Technical Details
readOnlyHint: true