Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like Standup from your activity.
npx -y standup-mcp{
"GITHUB_TOKEN": "YOUR_SECRET_VALUE",
"JIRA_BASE_URL": "YOUR_VALUE_HERE",
"JIRA_EMAIL": "YOUR_VALUE_HERE",
"JIRA_API_TOKEN": "YOUR_SECRET_VALUE",
"LINEAR_API_KEY": "YOUR_SECRET_VALUE",
"SLACK_TOKEN": "YOUR_SECRET_VALUE",
"SLACK_CHANNELS": "YOUR_VALUE_HERE",
"STANDUP_NAME": "YOUR_VALUE_HERE",
"STANDUP_DEMO_MODE": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-sathvic-kollu-standup-mcp": {
"command": "npx",
"args": [
"-y",
"standup-mcp"
],
"env": {
"GITHUB_TOKEN": "YOUR_SECRET_VALUE",
"JIRA_BASE_URL": "YOUR_VALUE_HERE",
"JIRA_EMAIL": "YOUR_VALUE_HERE",
"JIRA_API_TOKEN": "YOUR_SECRET_VALUE",
"LINEAR_API_KEY": "YOUR_SECRET_VALUE",
"SLACK_TOKEN": "YOUR_SECRET_VALUE",
"SLACK_CHANNELS": "YOUR_VALUE_HERE",
"STANDUP_NAME": "YOUR_VALUE_HERE",
"STANDUP_DEMO_MODE": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Standup from your activity is an MCP server for Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y standup-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y standup-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y standup-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y standup-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y standup-mcp. Add required environment variables before starting Cursor or VS Code.
Standup from your activity uses STDIO transport. Use the package or command config in Install.
Standup from your activity inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Standup from your activity does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
standup-mcpstdio | npm | 0.1.0 | Env: GITHUB_TOKEN secret Env: JIRA_BASE_URL Env: JIRA_EMAIL Env: JIRA_API_TOKEN secret Env: LINEAR_API_KEY secret Env: SLACK_TOKEN secret Env: SLACK_CHANNELS Env: STANDUP_NAME Env: STANDUP_DEMO_MODE |