mssqlmcp

Hroerkr/mssqlmcp

3.2

If you are the rightful owner of mssqlmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A .NET 8 implementation of an MCP server that provides SQL Server database access to MCP-compatible AI assistants like Claude Code.

Tools

Functions exposed to the LLM to take actions

ExecuteSql

Execute any SQL query (SELECT, INSERT, UPDATE, DELETE, etc.)

GetServerInfo

Get information about the SQL Server instance and current database

ListTables

List all tables in the current database

GetTableSchema

Get column information for a specific table

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources