Daily Standup Digest Bot MCP Server
by SaahasK18
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIGEST_TIME | No | HH:MM for posting the digest. | 10:15 |
| STANDUP_TIME | No | HH:MM (24h) when the standup DMs go out. | 09:00 |
| FOLLOWUP_TIME | No | HH:MM for the one-time follow-up. | 09:45 |
| MCP_SERVER_URL | No | Endpoint the MCP client tools connect to. | http://localhost:8000/mcp |
| SLACK_APP_TOKEN | Yes | App-level token with connections:write for Socket Mode. Required for app.py. | |
| SLACK_BOT_TOKEN | Yes | Bot User OAuth token (starts with the bot prefix). Required for app.py. | |
| STANDUP_DB_PATH | No | Override the SQLite path (used by tests). | standup.db |
| TEAM_CHANNEL_ID | Yes | Channel where the digest is posted. Required for digest posting. | |
| ALLOW_TEST_RESET | No | Truthy value enables /reset-test-standup. | false |
| ENABLE_SCHEDULER | No | Truthy value turns on APScheduler. | false |
| OPENROUTER_MODEL | No | OpenRouter model slug. | openrouter/free |
| SCHEDULE_TIMEZONE | No | IANA timezone for cron. | America/Los_Angeles |
| OPENROUTER_API_KEY | Yes | OpenRouter API key. Required for summarization, digest, and MCP agent. |
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 | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues