caldav-mcp
by gelse
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | IANA timezone (e.g. Europe/Vienna) for today/week boundaries | |
| CALDAV_URL | No | CalDAV server URL (fallback for X-Caldav-Url header) | |
| CALDAV_MCP_PATH | No | Streamable HTTP endpoint path | /mcp |
| CALDAV_MCP_PORT | No | Listen port (inside container) | 8080 |
| CALDAV_PASSWORD | No | CalDAV password (fallback for X-Caldav-Password header) | |
| CALDAV_USERNAME | No | CalDAV username (fallback for X-Caldav-Username header) | |
| CALDAV_MCP_API_KEY | No | Shared secret for MCP endpoint auth. When unset, the endpoint is open. | |
| CALDAV_MCP_TLS_KEY | No | Path to TLS private key PEM file | |
| CALDAV_MCP_TLS_CERT | No | Path to TLS certificate PEM file | |
| CALDAV_MCP_LOG_FORMAT | No | Audit log format: text or json | text |
| CALDAV_MCP_TLS_CA_BUNDLE | No | Optional CA bundle for custom certificate authorities | |
| CALDAV_MCP_CALDAV_VERIFY_SSL | No | Verify TLS certs on CalDAV connections. Set false only for testing with self-signed certs. | true |
| CALDAV_MCP_RATE_LIMIT_MAX_FAILURES | No | Max failed auth attempts per IP within the sliding window | 10 |
| CALDAV_MCP_RATE_LIMIT_WINDOW_SECONDS | No | Sliding window duration in seconds | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |