MKhan997733/mcp-server-sql
3.2
If you are the rightful owner of mcp-server-sql 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 Model Context Protocol (MCP) server that facilitates secure interaction between AI assistants and SQL Server databases.
Tools
Functions exposed to the LLM to take actions
discover_tables
List all tables in the SQL Server database.
table_details
Get detailed schema information for a specific table.
execute_query
Run SELECT queries (read-only by default).
get_stored_procedures
List all stored procedures.
get_table_indexes
View indexes on tables.
get_table_constraints
View constraints (PK, FK, etc.).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client