Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Leantime MCP endpoint URL (e.g., https://yourworkspace.leantime.io/mcp) | |
| token | Yes | Authentication token generated through the Leantime UI | |
| insecure | No | Skip SSL certificate verification (use for local development with self-signed certificates) | |
| no-cache | No | Disable response caching for tool/resource/prompt lists | |
| auth-method | No | Authentication method (e.g., Bearer or X-API-Key) | Bearer |
| max-retries | No | Maximum retry attempts for failed requests | 3 |
| retry-delay | No | Base retry delay in milliseconds | 1000 |
| protocol-version | No | Specific MCP protocol version to use |
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 | |