Skip to main content
Glama
arsyadal

MS SQL Server MCP Server

by arsyadal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MSSQL_PORTNoPort number for the SQL Server connection1433
MSSQL_USERYesSQL Server authentication username (e.g. sa)
MSSQL_SERVERYesLocalhost or Remote IP/Hostname of the MS SQL Server instance
MSSQL_ENCRYPTNoWhether to encrypt the connection (true/false)true
MSSQL_DATABASENoDefault database name to connect tomaster
MSSQL_PASSWORDYesSQL Server authentication password
MSSQL_TRUST_SERVER_CERTIFICATENoWhether to trust the server certificate (true/false)false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mssql_test_connectionB

Test connection to MS SQL Server and retrieve server version and metadata.

mssql_list_databasesC

List all online databases on the MS SQL Server.

mssql_list_tablesB

List all tables and views in a specified MS SQL database.

mssql_describe_tableA

Get table metadata including columns, data types, nullability, max length, and primary keys.

mssql_execute_queryA

Execute a T-SQL query (SELECT, INSERT, UPDATE, DELETE, EXEC) on the MS SQL database.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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

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