Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Server port | 3001 |
NODE_ENV | No | Environment (development/production) | development |
SERVER_NAME | No | MCP server identifier | nextcloud-calendar-server |
NEXTCLOUD_BASE_URL | Yes | Your Nextcloud server URL | |
NEXTCLOUD_USERNAME | Yes | Your Nextcloud username | |
KEEP_ALIVE_INTERVAL | No | Keep-alive interval (ms) | 30000 |
NEXTCLOUD_APP_TOKEN | Yes | Your Nextcloud app token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |