Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment | production |
| LOG_LEVEL | No | Logging level | info |
| DISABLE_SSE | No | Set to true to disable Server-Sent Events (recommended for stdio/Claude Desktop transport) | |
| MCP_HTTP_PATH | No | HTTP transport base path | /mcp/v1 |
| MCP_HTTP_PORT | No | HTTP transport port | 3000 |
| CDATA_BASE_URL | No | CData Sync API base URL | http://localhost:8181/api.rsc |
| CDATA_PASSWORD | No | Basic auth password (alternative to token) | |
| CDATA_USERNAME | No | Basic auth username (alternative to token) | |
| CDATA_WORKSPACE | No | Workspace UUID to scope all operations (optional) | |
| CDATA_AUTH_TOKEN | No | API authentication token | |
| MCP_TRANSPORT_MODE | No | Transport mode: stdio, http, or both | stdio |
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 | |