-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Open
Description
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
- Remote:
https://mcp.gosqlx.dev/mcp - Repository: https://github.com/ajitpratap0/GoSQLX
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels