Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node.js environment | production |
| AUTH_MODE | No | Authentication mode (env or gateway) | env |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
| LOG_FORMAT | No | Log output format (simple, json) | simple |
| MCP_HTTP_HOST | No | HTTP transport bind address | 0.0.0.0 |
| MCP_HTTP_PORT | No | HTTP transport port | 8080 |
| MCP_TRANSPORT | No | Transport type (stdio or http) | stdio |
| AUTOTASK_SECRET | No | Autotask API secret key | |
| MCP_SERVER_NAME | No | MCP server name | autotask-mcp |
| AUTOTASK_API_URL | No | Autotask API endpoint URL | |
| AUTOTASK_USERNAME | No | Autotask API username (email) | |
| AUTOTASK_INTEGRATION_CODE | No | Autotask integration code |
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 | |