Skip to main content
Glama
TerraCo89

mcp-server-mssql

by TerraCo89

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (optional)info
MSSQL_HOSTYesThe MSSQL server host
MSSQL_PORTNoThe MSSQL server port (default 1433)1433
MSSQL_USERYesThe MSSQL user
MSSQL_DRIVERNoThe ODBC driver name (optional)
MSSQL_ENCRYPTNoWhether to encrypt connection (optional, default true)true
MSSQL_DATABASEYesThe MSSQL database name
MSSQL_PASSWORDYesThe MSSQL password
MSSQL_TRUST_SERVER_CERTIFICATENoWhether to trust server certificate (optional, default 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
list_tablesC

Lists all tables in the database

get_table_schemaB

Gets the schema of a specific table

read_table_rowsB

Reads rows from a table with optional filtering and pagination

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing tables, getting schema, and reading rows. There is no ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_tables, get_table_schema, read_table_rows.

Tool Count4/5

With 3 tools, the server is slightly underpopulated but still reasonable for a focused read-only database schema and data access tool.

Completeness2/5

The server lacks essential database operations such as writing, updating, deleting rows, or running arbitrary SQL queries, making it incomplete for typical use cases.

Maintenance

ActivityStale
ResponsivenessNo issues