MSSQL MCP Server
JSON →Connect to and interact with Microsoft SQL Server databases.
Install
npx -y @smithery/cli Tools · 4
- query Execute a read-only SQL query on the MSSQL database
- execute Execute a SQL statement that modifies data (INSERT, UPDATE, DELETE, etc.)
- list_tables List all tables in the database
- describe_table Get schema information for a specific table
Environment variables
MSSQL_HOSTMSSQL_PORTOPENAI_API_KEY
Links
★ 15 GitHub stars