Skip to main content
Glama
cwilby

SQL Server MCP

by cwilby

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTYesThe host address of the MSSQL database serverlocalhost
DB_PORTYesThe port number of the MSSQL database server1433
DB_DATABASEYesThe name of the MSSQL database to connect to
DB_PASSWORDYesThe password for connecting to the MSSQL database
DB_USERNAMEYesThe username for connecting to the MSSQL database

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get-tablesB

Get a list of all tables in the database

get-tableC

Get a specific table by name

get-stored-proceduresB

Get a list of all stored procedures in the database

get-stored-procedureC

Get a specific stored procedure by name

queryC

Query the database with a SQL statement

start-transactionC

Start a new transaction

commit-transactionC

Commit a transaction

rollback-transactionC

Rollback a transaction

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

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