Microsoft SQL Server MCP Server (MSSQL)

by dperussina
Verified
DB_USER=your_username DB_PASSWORD=your_password DB_SERVER=your_server_name DB_DATABASE=your_database_name PORT=3333 TRANSPORT=stdio # Options: 'stdio' or 'sse' SERVER_URL=http://localhost:3333 # Used only when TRANSPORT=sse DEBUG=false # Set to 'true' for detailed logging output QUERY_RESULTS_PATH=/path/to/query_results # Directory where query results will be saved as JSON files