SQL Server MCP
by az-coder-123
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | SQL Server hostname or IP | localhost |
| DB_NAME | No | Default database | master |
| DB_PORT | No | SQL Server port | 1433 |
| DB_USER | Yes | SQL Server login username | |
| DB_ENCRYPT | No | Enable TLS encryption | true |
| DB_PASSWORD | Yes | SQL Server login password | |
| MCP_HTTP_PORT | No | HTTP server port (when MCP_TRANSPORT=http) | 3000 |
| MCP_TRANSPORT | No | Transport mode: stdio or http | stdio |
| QUERY_ROW_LIMIT | No | Max rows returned per query (auto-injected) | 100 |
| QUERY_TIMEOUT_MS | No | Query timeout in milliseconds | 30000 |
| PAYLOAD_MAX_BYTES | No | Max response payload size (1MB) | 1048576 |
| DB_TRUST_SERVER_CERT | No | Trust self-signed certificates | false |
| SCHEMA_CACHE_TTL_SECONDS | No | How long schema metadata is cached | 3600 |
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/az-coder-123/sql-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server