← Back to browse

Data-grounded sprint retro

Indexed by io.github.sathvic-kollu

About

Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsJIRA_BASE_URL JIRA_EMAIL JIRA_API_TOKEN JIRA_BOARD_ID GITHUB_TOKEN GITHUB_REPOS SLACK_TOKEN SLACK_CHANNELS RETRO_DEMO_MODE
Claude Code
claude mcp add --env JIRA_BASE_URL= --env JIRA_EMAIL= --env JIRA_API_TOKEN= --env JIRA_BOARD_ID= --env GITHUB_TOKEN= --env GITHUB_REPOS= --env SLACK_TOKEN= --env SLACK_CHANNELS= --env RETRO_DEMO_MODE= retro-mcp -- npx retro-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"retro-mcp","command":"npx","args":["retro-mcp"],"env":{"JIRA_BASE_URL":"","JIRA_EMAIL":"","JIRA_API_TOKEN":"","JIRA_BOARD_ID":"","GITHUB_TOKEN":"","GITHUB_REPOS":"","SLACK_TOKEN":"","SLACK_CHANNELS":"","RETRO_DEMO_MODE":""}}'
JSON
{
  "mcpServers": {
    "retro-mcp": {
      "command": "npx",
      "args": [
        "retro-mcp"
      ],
      "env": {
        "JIRA_BASE_URL": "",
        "JIRA_EMAIL": "",
        "JIRA_API_TOKEN": "",
        "JIRA_BOARD_ID": "",
        "GITHUB_TOKEN": "",
        "GITHUB_REPOS": "",
        "SLACK_TOKEN": "",
        "SLACK_CHANNELS": "",
        "RETRO_DEMO_MODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.