SQLSure
Rank #5,309io.github.sqlsure/sqlsure
Semantic SQL inspector: catches double-counting, wrong joins, PII exposure before execution.
SQLSure is a Model Context Protocol (MCP) server published by sqlsure. It ranks #5,309 of 132,046 servers tracked on MCP Toplist, and its repository has 98 GitHub stars. SQLSure is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 126,737 of 132,046 servers on MCP Toplist.
Use SQLSure
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sqlsure -- uvx -m sqlsure.mcp_server sqlsure --model[mcp_servers.sqlsure]
command = "uvx"
args = ["-m", "sqlsure.mcp_server", "sqlsure", "--model"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sqlsure": {
"command": "uvx",
"args": [
"-m",
"sqlsure.mcp_server",
"sqlsure",
"--model"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sqlsure": {
"command": "uvx",
"args": [
"-m",
"sqlsure.mcp_server",
"sqlsure",
"--model"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sqlsure": {
"type": "stdio",
"command": "uvx",
"args": [
"-m",
"sqlsure.mcp_server",
"sqlsure",
"--model"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sqlsure": {
"command": "uvx",
"args": [
"-m",
"sqlsure.mcp_server",
"sqlsure",
"--model"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sqlsure": {
"command": "uvx",
"args": [
"-m",
"sqlsure.mcp_server",
"sqlsure",
"--model"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sqlsure%2Fsqlsure)<a href="https://mcptoplist.com/server/io.github.sqlsure%2Fsqlsure"><img src="https://mcptoplist.com/badge/io.github.sqlsure%2Fsqlsure.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sqlsure
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 3, 2026 |
Frequently asked questions
- Who maintains SQLSure?
- SQLSure is maintained by sqlsure, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SQLSure listed on the Official MCP Registry?
- Yes — SQLSure is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does SQLSure have?
- MCP Toplist tracks 1 version of SQLSure, most recently published on Jul 3, 2026.
- Where can I find the source code for SQLSure?
- The source code for SQLSure is hosted at github.com/sqlsure/sqlsure.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.