Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dontpaniclabsgists/fe8a7cd2ec8036464fe6bdb49c7a8064 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/fe8a7cd2ec8036464fe6bdb49c7a8064 to your computer and use it in GitHub Desktop.
"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