Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server will run on. | 8000 |
| MCP_API_KEY | No | Optional API key for production environments to protect the server via the X-API-Key header. | |
| AZURE_SQL_DRIVER | Yes | The ODBC driver name (e.g., ODBC Driver 18 for SQL Server). | ODBC Driver 18 for SQL Server |
| AZURE_SQL_SERVER | Yes | The Azure SQL server hostname (e.g., your-server.database.windows.net). | |
| AZURE_SQL_DATABASE | Yes | The name of the Azure SQL database. | |
| AZURE_SQL_PASSWORD | Yes | The password for the database connection. | |
| AZURE_SQL_USERNAME | Yes | The username for the database connection. |
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 | |