RetroSync ships a Model Context Protocol server with 15 tools — list boards, post notes, draft action items, read team trends. Hook up Claude Code, Claude Desktop, or Cursor in under two minutes and your agent has the same view of your team that you do.
The eight headline operations below. The full surface — including create_board, update_action_item, delete_note, and get_board_analysis — is listed in the documentation. Tools tagged read require only the read scope; write tools need write scope.
list_teamsEnumerate the teams the authenticated user belongs to.
list_boardsList retrospective boards across a team, or every board the user can see.
list_notesRead every note on a board — content, category, author, votes.
list_action_itemsRead outstanding action items with status, assignee, and due date.
add_notePost a note into one of the board's columns.
create_action_itemAdd a concrete follow-up with optional assignee and due date.
get_team_trendsCross-board patterns: recurring themes, repeat action items, sentiment over time.
get_team_insightsThe Retro Coach view — strengths, watchouts, prioritised recommendations.
No device-code dance, no OAuth handshake. You mint a token, the agent uses it. Revoke any time. Audit log shows every call.
RetroSync runs the same retros your team already does — boards, voting, action items. The MCP server comes free with every plan, including the free tier.
Generate a token at /account/integrations. Scope it read+write for full agent autonomy, or read-only for dashboards and reporting agents.
Three baseline agents in v1: Claude Code (CLI), Claude Desktop, Cursor. One snippet each — copy, paste, restart the agent.
"Has the team raised flaky tests before?" "Add an action item for me to spike Redis cache invalidation." The agent has the same view of your boards that you do.
The MCP wire format is shared. The shape of the config file each agent reads is the only thing that differs. Click between tabs — Copy lifts the snippet straight to clipboard.
claude mcp add retrosync --env RETROSYNC_TOKEN=pat_... -- retrosync mcp serveRun this in your terminal once the RetroSync CLI is installed.
A real transcript shape (paraphrased) showing what the agent does when it has the tools. Read top to bottom.
Open. Want me to bump its priority and add a due date for end-of-sprint?act_91k updated: assignee → Eli, due → 2026-05-22.Free to start. No credit card. No agent licensing fee — MCP is the open standard your agent already speaks.