Skip to main content
Glama
prodbeam

Prodbeam MCP Server

by prodbeam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
setup_teamB

One-time team setup. Provide team name and member emails — prodbeam auto-discovers GitHub usernames, Jira accounts, active repos, projects, and sprints.

add_member

Add a new member to the team. Provide their email — prodbeam auto-discovers their GitHub and Jira identities.

remove_member

Remove a member from the team by email address.

refresh_config

Re-scan repos and sprints for existing team members. Updates team config with newly discovered repos and current sprint info.

standup

Generate a personal daily standup report. Fetches your GitHub commits, PRs, reviews, and Jira issues from the last 24 hours. Use when the user asks: "standup", "what did I work on", "my activity", "daily update". Requires team setup.

team_standup

Generate a full team standup report. Shows per-member activity from the last 24 hours with aggregate stats. Use when the user asks: "team standup", "what did the team do", "team activity", "everyone's update".

weekly_summary

Generate a weekly engineering summary with metrics, repo breakdown, and Jira stats. Covers the last 7 days by default. Use when the user asks: "weekly summary", "weekly report", "this week's metrics", "engineering summary", "productivity report".

sprint_retroA

Generate a sprint retrospective report with merge time analysis, completion rates, and Jira metrics. Auto-detects the active sprint from Jira. Use when the user asks: "sprint retro", "retrospective", "sprint review meeting", "how did the sprint go".

sprint_reviewA

Review current sprint progress with deliverables, risks, and developer status. Mid-sprint health check. Use when the user asks: "sprint review", "sprint status", "sprint health", "how is the sprint going", "sprint progress".

get_capabilitiesA

Returns available tools, current team config status, and credential status.

Prompts

Interactive templates invoked by user choice

NameDescription
standupGenerate your personal daily standup report
team-standupGenerate the full team's daily standup report
weekly-summaryGenerate a weekly engineering summary with metrics
sprint-retroGenerate a sprint retrospective with what went well, improvements, and action items
sprint-reviewReview current sprint progress, deliverables, and risks

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/prodbeam/prodbeam-mcp'

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