Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_EMAILNoJira account email.
SLACK_TOKENNoSlack user token (xoxp) or bot token (xoxb). With bot token, also set SLACK_CHANNELS.
GITHUB_TOKENNoRead-only PAT for GitHub. Reads your commits, PRs, and reviews.
STANDUP_NAMENoDisplay name for standup owner (optional, defaults to GitHub handle).
JIRA_BASE_URLNoJira Cloud base URL (e.g., https://your-company.atlassian.net).
JIRA_API_TOKENNoJira API token.
LINEAR_API_KEYNoLinear personal API key.
SLACK_CHANNELSNoComma-separated Slack channel IDs, required if using bot token.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
standup_draftA

Generate your daily standup, what should I say at standup today, from your real activity across the configured tools (GitHub, Jira, Linear, Slack). Returns Yesterday / Today / Blockers grouped by work item, not by tool, in concrete deltas. Defaults to the last working day (Monday reaches back across the weekend). Only reports observed activity; never invents work.

blocker_scanA

Surface what is blocking you across GitHub, Jira, Linear, and Slack, ranked by severity. Detects blockers from signals, not self-report: explicit 'blocked / waiting on / stuck' language, PRs awaiting review, in-progress tickets that have not moved, and requests for help.

weekly_summaryA

Roll up a week (or any N days) of your real activity into accomplishments, grouped by work item as Shipped vs In progress, with reviews and totals. For 1:1s, weekly status, and self-reviews. Only reports observed work.

activity_digestA

A chronological digest of everything you did in a window across the configured tools, newest first, grouped by day. Use it to reconstruct what actually happened, separate from the opinionated standup framing.

list_sourcesA

Show which activity sources (GitHub, Jira, Linear, Slack) are configured, or that the server is running on demo data. Does not hit the network; run the server with --check to verify live connections.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/sathvic-kollu/standup-mcp'

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