Skip to main content
Glama

MCP Scheduler

by RadiumGu
MIT License
2
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoAPI key for OpenAI tasks (not needed when using AWS Q model)
MCP_SCHEDULER_NAMENoServer namemcp-scheduler
MCP_SCHEDULER_PORTNoServer port8080
MCP_SCHEDULER_ADDRESSNoServer addresslocalhost
MCP_SCHEDULER_DB_PATHNoDatabase pathscheduler.db
MCP_SCHEDULER_VERSIONNoServer version0.1.0
MCP_SCHEDULER_AI_MODELNoOpenAI model for AI tasksgpt-4o
MCP_SCHEDULER_LOG_FILENoLog file path
MCP_SCHEDULER_LOG_LEVELNoLogging levelINFO
MCP_SCHEDULER_TRANSPORTNoTransport modestdio
MCP_SCHEDULER_CHECK_INTERVALNoHow often to check for tasks (in seconds)5
MCP_SCHEDULER_USE_AWS_Q_MODELNoUse AWS Q model for AI tasksfalse
MCP_SCHEDULER_EXECUTION_TIMEOUTNoTask execution timeout (in seconds)300

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/RadiumGu/Q-scheduler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server