SQL Server
Rank #14,005io.github.hlgurgel/sqlserver
Servidor MCP para SQL Server com controle de permissões e modo somente-leitura
SQL Server is a Model Context Protocol (MCP) server published by hlgurgel. It ranks #14,005 of 132,113 servers tracked on MCP Toplist. SQL Server is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Sep 10, 2026 and most recently updated on Sep 11, 2026.
Ranks ahead of 118,108 of 132,113 servers on MCP Toplist.
Use SQL Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sqlserver -e "MSSQL_CONNECTION_STRING=<your MSSQL_CONNECTION_STRING>" -- uvx sqlserver-mcp-toolsReplace each placeholder with your own value before saving.
[mcp_servers.sqlserver]
command = "uvx"
args = ["sqlserver-mcp-tools"]
[mcp_servers.sqlserver.env]
MSSQL_CONNECTION_STRING = "<your MSSQL_CONNECTION_STRING>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlserver": {
"command": "uvx",
"args": [
"sqlserver-mcp-tools"
],
"env": {
"MSSQL_CONNECTION_STRING": "<your MSSQL_CONNECTION_STRING>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlserver": {
"command": "uvx",
"args": [
"sqlserver-mcp-tools"
],
"env": {
"MSSQL_CONNECTION_STRING": "<your MSSQL_CONNECTION_STRING>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sqlserver": {
"type": "stdio",
"command": "uvx",
"args": [
"sqlserver-mcp-tools"
],
"env": {
"MSSQL_CONNECTION_STRING": "<your MSSQL_CONNECTION_STRING>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlserver": {
"command": "uvx",
"args": [
"sqlserver-mcp-tools"
],
"env": {
"MSSQL_CONNECTION_STRING": "<your MSSQL_CONNECTION_STRING>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sqlserver": {
"command": "uvx",
"args": [
"sqlserver-mcp-tools"
],
"env": {
"MSSQL_CONNECTION_STRING": "<your MSSQL_CONNECTION_STRING>"
}
}
}
}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.hlgurgel%2Fsqlserver)<a href="https://mcptoplist.com/server/io.github.hlgurgel%2Fsqlserver"><img src="https://mcptoplist.com/badge/io.github.hlgurgel%2Fsqlserver.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hlgurgel
Other servers by hlgurgel
View all hlgurgel servers →Available versions (6)
| Version | Published |
|---|---|
| 0.1.6 | Sep 11, 2026 |
| 0.1.5 | Sep 11, 2026 |
| 0.1.4 | Sep 11, 2026 |
| 0.1.3 | Sep 11, 2026 |
| 0.1.2 | Sep 10, 2026 |
| 0.1.1 | Sep 10, 2026 |
Frequently asked questions
- Who maintains SQL Server?
- SQL Server is maintained by hlgurgel, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is SQL Server listed on the Official MCP Registry?
- Yes — SQL Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does SQL Server have?
- MCP Toplist tracks 6 versions of SQL Server, most recently published on Sep 11, 2026.
- Where can I find the source code for SQL Server?
- The source code for SQL Server is hosted at github.com/hlgurgel/mcp-sqlserver.
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.