Created
July 9, 2025 20:35
-
-
Save dontpaniclabsgists/fe8a7cd2ec8036464fe6bdb49c7a8064 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"mcp": { | |
"servers": { | |
"mssql-adventureworks": { | |
"type": "stdio", | |
"command": "node", | |
"args": [ | |
"/path/to/SQL-AI-samples/MssqlMcp/Node/dist/index.js" | |
], | |
"env": { | |
"SERVER_NAME": "your-server.database.windows.net", | |
"DATABASE_NAME": "YourDatabase", | |
"READONLY": "true" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment