SQL Server MCP
by cwilby
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | Yes | The host address of the MSSQL database server | localhost |
| DB_PORT | Yes | The port number of the MSSQL database server | 1433 |
| DB_DATABASE | Yes | The name of the MSSQL database to connect to | |
| DB_PASSWORD | Yes | The password for connecting to the MSSQL database | |
| DB_USERNAME | Yes | The username for connecting to the MSSQL database |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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