SQL MCP Server
Rank #10,436io.github.nethinwei/sql-mcp-server
Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.
SQL MCP Server is a Model Context Protocol (MCP) server published by nethinwei. It ranks #10,436 of 132,046 servers tracked on MCP Toplist. SQL MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 121,610 of 132,046 servers on MCP Toplist.
Use SQL MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sql-mcp-server -e "DATABASE_DSN=<your DATABASE_DSN>" -- docker run -i --rm --mount "type=bind,src={config_path},dst=/config/config.yaml,readonly" ghcr.io/nethinwei/sql-mcp-server:0.1.10 serve --config /config/config.yaml --transport stdioReplace each placeholder with your own value before saving.
[mcp_servers.sql-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "--mount", "type=bind,src={config_path},dst=/config/config.yaml,readonly", "ghcr.io/nethinwei/sql-mcp-server:0.1.10", "serve", "--config", "/config/config.yaml", "--transport", "stdio"]
[mcp_servers.sql-mcp-server.env]
DATABASE_DSN = "<your DATABASE_DSN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sql-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config/config.yaml,readonly",
"ghcr.io/nethinwei/sql-mcp-server:0.1.10",
"serve",
"--config",
"/config/config.yaml",
"--transport",
"stdio"
],
"env": {
"DATABASE_DSN": "<your DATABASE_DSN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sql-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config/config.yaml,readonly",
"ghcr.io/nethinwei/sql-mcp-server:0.1.10",
"serve",
"--config",
"/config/config.yaml",
"--transport",
"stdio"
],
"env": {
"DATABASE_DSN": "<your DATABASE_DSN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sql-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config/config.yaml,readonly",
"ghcr.io/nethinwei/sql-mcp-server:0.1.10",
"serve",
"--config",
"/config/config.yaml",
"--transport",
"stdio"
],
"env": {
"DATABASE_DSN": "<your DATABASE_DSN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sql-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config/config.yaml,readonly",
"ghcr.io/nethinwei/sql-mcp-server:0.1.10",
"serve",
"--config",
"/config/config.yaml",
"--transport",
"stdio"
],
"env": {
"DATABASE_DSN": "<your DATABASE_DSN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sql-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={config_path},dst=/config/config.yaml,readonly",
"ghcr.io/nethinwei/sql-mcp-server:0.1.10",
"serve",
"--config",
"/config/config.yaml",
"--transport",
"stdio"
],
"env": {
"DATABASE_DSN": "<your DATABASE_DSN>"
}
}
}
}Replace each placeholder with your own value before saving.
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.nethinwei%2Fsql-mcp-server)<a href="https://mcptoplist.com/server/io.github.nethinwei%2Fsql-mcp-server"><img src="https://mcptoplist.com/badge/io.github.nethinwei%2Fsql-mcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nethinwei
Available versions (9)
| Version | Published |
|---|---|
| 0.1.10 | Jul 12, 2026 |
| 0.1.9 | Jul 12, 2026 |
| 0.1.8 | Jul 12, 2026 |
| 0.1.6 | Jul 11, 2026 |
| 0.1.5 | Jul 11, 2026 |
| 0.1.4 | Jul 11, 2026 |
| 0.1.3 | Jul 11, 2026 |
| 0.1.3-rc.4 | Jul 11, 2026 |
| 0.1.3-rc.3 | Jul 11, 2026 |
Frequently asked questions
- Who maintains SQL MCP Server?
- SQL MCP Server is maintained by nethinwei, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is SQL MCP Server listed on the Official MCP Registry?
- Yes — SQL MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SQL MCP Server have?
- MCP Toplist tracks 9 versions of SQL MCP Server, most recently published on Jul 12, 2026.
- Where can I find the source code for SQL MCP Server?
- The source code for SQL MCP Server is hosted at github.com/nethinwei/sql-mcp-server.
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.