Skip to main content
Glama

Microsoft SQL Server MCP Server

by RichardHan

execute_sql

Run SQL queries on Microsoft SQL Server databases using the MCP server to interact securely, retrieve table data, and execute database operations directly.

Instructions

Execute an SQL query on the SQL Server

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to execute

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Microsoft SQL Server MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RichardHan/mssql_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server