
MS SQL
STDIOSQL Server database schema query tool for tables, columns, and relationships
SQL Server database schema query tool for tables, columns, and relationships
MCP to query SQL Server database schema, such as tables, columns, and relationships
To configure Copilot in Visual Studio Code, add the MCP server configuration to the settings.json
file:
"mcp": { "inputs": [], "servers": { "MsSqlMCP": { "type": "stdio", "command": "dotnet", "args": [ "run", "--project", "c:\\{path of repository}\\MsSqlMCP\\MsSqlMCP.csproj" ] } } }