mssql-agent-mcp
by yyinhsu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_PORT | No | SQL Server port | 1433 |
| MSSQL_USER | No | SQL Server username (for SQL auth) | |
| MSSQL_DRIVER | No | ODBC driver name | ODBC Driver 18 for SQL Server |
| MSSQL_SERVER | No | SQL Server hostname or IP | localhost |
| MSSQL_ENCRYPT | No | Connection encryption (yes/no) | yes |
| MSSQL_DATABASE | No | Default database | master |
| MSSQL_PASSWORD | No | SQL Server password (for SQL auth) | |
| MSSQL_READONLY | No | Block all write operations (true/false) | true |
| MSSQL_ALLOW_DDL | No | Allow DDL operations (when not readonly) | true |
| MSSQL_AUTH_MODE | No | Authentication mode: sql, windows, or azure | sql |
| MSSQL_ALLOW_EXEC | No | Allow EXEC/EXECUTE (when not readonly) | true |
| MSSQL_ALLOW_DELETE | No | Allow DELETE/TRUNCATE (when not readonly) | true |
| MSSQL_ALLOW_INSERT | No | Allow INSERT/MERGE (when not readonly) | true |
| MSSQL_ALLOW_UPDATE | No | Allow UPDATE (when not readonly) | true |
| MSSQL_TRUST_SERVER_CERTIFICATE | No | Trust self-signed certificates (yes/no) | no |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/yyinhsu/mssql-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server