mcp-server-mssql
If you are the rightful owner of mcp-server-mssql 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.
This project provides a Model Context Protocol (MCP) server that allows AI agents to interact with Microsoft SQL Server databases using Node.js and TypeScript.
list_tables
List all tables in the database
get_table_schema
Get the structure information of the specified table
read_table_rows
Read row data in a table
create_table_records
Create a new record in a table
update_table_records
Update records in the table
delete_table_records
Delete records in the table