Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | API key for OpenAI tasks (not needed when using AWS Q model) | |
| MCP_SCHEDULER_NAME | No | Server name | mcp-scheduler |
| MCP_SCHEDULER_PORT | No | Server port | 8080 |
| MCP_SCHEDULER_ADDRESS | No | Server address | localhost |
| MCP_SCHEDULER_DB_PATH | No | Database path | scheduler.db |
| MCP_SCHEDULER_VERSION | No | Server version | 0.1.0 |
| MCP_SCHEDULER_AI_MODEL | No | OpenAI model for AI tasks | gpt-4o |
| MCP_SCHEDULER_LOG_FILE | No | Log file path | |
| MCP_SCHEDULER_LOG_LEVEL | No | Logging level | INFO |
| MCP_SCHEDULER_TRANSPORT | No | Transport mode | stdio |
| MCP_SCHEDULER_CHECK_INTERVAL | No | How often to check for tasks (in seconds) | 5 |
| MCP_SCHEDULER_USE_AWS_Q_MODEL | No | Use AWS Q model for AI tasks | false |
| MCP_SCHEDULER_EXECUTION_TIMEOUT | No | Task execution timeout (in seconds) | 300 |
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 | |