Skip to main content
Glama
rimysore

standupbot-mcp

by rimysore

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub personal access token with repo and read:user scopes

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_standupB

Fetch your GitHub activity for the last N hours and format it as a standup report — commits, PRs opened/merged, reviews, and issues.

get_standup_multiB

Fetch GitHub activity for multiple users (e.g. your whole team) and return a combined standup report.

get_repo_pulseA

Get recent activity (commits, PRs, issues) on a specific repository for the last N hours.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct scope: single repo, single user, or multiple users. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix followed by descriptive noun_phrase pattern.

Tool Count5/5

Three tools cover the essential use cases for a standup bot without being excessive or insufficient.

Completeness4/5

The set covers repo-level pulse, individual standup, and team standup. A minor gap might be the lack of configurability beyond time range, but core functionality is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues