Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Optional logging verbosity (INFO, DEBUG, WARNING, …). | |
| DOLIBARR_URL | No | Base Dolibarr API endpoint, e.g. https://example.com/api/index.php. Trailing slashes are handled automatically. | |
| MCP_HTTP_HOST | No | Host/interface to bind when using HTTP transport (default 0.0.0.0). | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port to bind when using HTTP transport (default 8080). | 8080 |
| MCP_TRANSPORT | No | Transport to use: stdio (default) or http for streamable HTTP. | stdio |
| DOLIBARR_API_KEY | No | Personal Dolibarr API token. | |
| DOLIBARR_SHOP_URL | No | Base Dolibarr API endpoint, e.g. https://example.com/api/index.php. Trailing slashes are handled automatically. |
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 | |