π§
sql-mcp
π§MCP Serverteghoz/sql-mcp
Installation
Local ServerAuto-generated from README. View full documentation on GitHub β
$
claude mcp add sql-mcp --scope user -e DB_PROVIDER=mssql -e SQL_SERVER=myserver -e SQL_DATABASE=mydb -e SQL_USER=myuser -e SQL_PASSWORD=secret -e SQL_ENCRYPT=false -e SQL_TRUST_SERVER_CERTIFICATE=true -- node "C:/Projects/sql-mcp/dist/index.js"Local Server
$
claude mcp add sql-mcp-prod --scope user -e SQL_SERVER=prod-server -e SQL_USER=reader -e SQL_PASSWORD=secret -- node "C:/Projects/sql-mcp/dist/index.js"Local Server
$
claude mcp add sql-mcp-dev --scope user -e SQL_SERVER=dev-server -e SQL_USER=reader -e SQL_PASSWORD=secret -- node "C:/Projects/sql-mcp/dist/index.js"Claude Desktop ConfigurationServer configuration (JSON)
json
{
"mcpServers": {
"sql-mcp": {
"command": "node",
"args": ["C:...glama
0
Last UpdatedAug 8, 2026