mcp-server-mssql
by TerraCo89
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (optional) | info |
| MSSQL_HOST | Yes | The MSSQL server host | |
| MSSQL_PORT | No | The MSSQL server port (default 1433) | 1433 |
| MSSQL_USER | Yes | The MSSQL user | |
| MSSQL_DRIVER | No | The ODBC driver name (optional) | |
| MSSQL_ENCRYPT | No | Whether to encrypt connection (optional, default true) | true |
| MSSQL_DATABASE | Yes | The MSSQL database name | |
| MSSQL_PASSWORD | Yes | The MSSQL password | |
| MSSQL_TRUST_SERVER_CERTIFICATE | No | Whether to trust server certificate (optional, default false) | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/TerraCo89/mcp-server-mssql'
If you have feedback or need assistance with the MCP directory API, please join our Discord server