SQL Server MCP

by cwilby

query

Execute SQL statements directly on Microsoft SQL Server databases through a Model Context Protocol server designed for AI assistant integration.

Instructions

Query the database with a SQL statement

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to execute

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "The SQL query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from SQL Server MCP

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/cwilby/mcp-node-mssql'

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