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. |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SaahasK18/daily-standup-digest-bot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server