Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PATH | No | HTTP endpoint path (only used when MCP_TRANSPORT=http) | / |
| MCP_PORT | No | HTTP server port (only used when MCP_TRANSPORT=http) | 3000 |
| MCP_TRANSPORT | No | Transport mode: stdio (default, for AI clients) or http (for self-hosted deployments) | stdio |
| CARBONE_API_KEY | No | Your Carbone API key. Not required when CARBONE_BASE_URL points to your own on-premise server, or when running in HTTP mode. | |
| CARBONE_TIMEOUT | No | Request timeout in milliseconds (max: 60000) | 60000 |
| CARBONE_BASE_URL | No | Override for self-hosted or staging environments. When set to a custom URL, CARBONE_API_KEY is not required. | https://api.carbone.io |
| MCP_MAX_BODY_BYTES | No | Maximum request body size in bytes (10 MB default) | 10485760 |
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 | |