Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"sql-server": {
"command": "npx",
"args": [
"-y",
"@anthropic-ai/mssql-mcp-server@latest"
],
"env": {
"MSSQL_CONNECTION_STRING": "${MSSQL_CONNECTION_STRING}"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxMSSQL_CONNECTION_STRING=${MSSQL_CONNECTION_STRING}