MCP Scheduler
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | API key for OpenAI tasks | |
| MCP_SCHEDULER_NAME | No | Server name (default: mcp-scheduler) | |
| MCP_SCHEDULER_PORT | No | Server port (default: 8080) | |
| MCP_SCHEDULER_ADDRESS | No | Server address (default: localhost) | |
| MCP_SCHEDULER_DB_PATH | No | Database path (default: scheduler.db) | |
| MCP_SCHEDULER_VERSION | No | Server version (default: 0.1.0) | |
| MCP_SCHEDULER_AI_MODEL | No | OpenAI model for AI tasks (default: gpt-4o) | |
| MCP_SCHEDULER_LOG_FILE | No | Log file path | |
| MCP_SCHEDULER_LOG_LEVEL | No | Logging level (default: INFO) | |
| MCP_SCHEDULER_TRANSPORT | No | Transport mode (default: stdio) | |
| MCP_SCHEDULER_CHECK_INTERVAL | No | How often to check for tasks (default: 5 seconds) | |
| MCP_SCHEDULER_EXECUTION_TIMEOUT | No | Task execution timeout (default: 300 seconds) |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PhialsBasement/scheduler-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server