icon for mcp server

SQL Server Schema Query

STDIO

MCP to query SQL Server database schema, tables, columns, and relationships.

MsSqlMCP

MCP to query SQL Server database schema, such as tables, columns, and relationships

Prerequisites:

  • .NET 9
  • SQL

Configuration

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" ] } } }

Be the First to Experience MCP Now