Skip to content
Grok

Data-grounded sprint retro for Grok

io.github.sathvic-kollu/retro-mcp

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

client:Grok transport:stdio runtime:npm

Install Data-grounded sprint retro in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "retro-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "retro-mcp"
      ],
      "env": {
        "JIRA_BASE_URL": "<JIRA_BASE_URL>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_BOARD_ID": "<JIRA_BOARD_ID>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_REPOS": "<GITHUB_REPOS>",
        "SLACK_TOKEN": "<SLACK_TOKEN>",
        "SLACK_CHANNELS": "<SLACK_CHANNELS>",
        "RETRO_DEMO_MODE": "<RETRO_DEMO_MODE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Data-grounded sprint retro in other clients