Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_HOST | No | Host address for the MCP server | 0.0.0.0 |
| SERVER_PORT | No | Port for the MCP server | 8080 |
| DATABASE_NAME | Yes | The database name to connect to | |
| DATABASE_DRIVER | No | The ODBC driver to use for SQL Server connection | ODBC Driver 17 for SQL Server |
| DATABASE_SERVER | Yes | The SQL Server address/IP | |
| DATABASE_PASSWORD | Yes | Password for SQL Server authentication | |
| DATABASE_USERNAME | Yes | Username for SQL Server authentication | |
| DATABASE_TRUSTED_CONNECTION | No | Whether to use Windows authentication (trusted connection) | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |