Teamretro MCP Server

MCP Server for TeamRetro integration, providing API services and tools for team management and analytics

Local serverstdio

What is the Teamretro MCP server?

Teamretro MCP server exists for a simple reason — assistants are far more useful when they can act on Teamretro directly instead of describing what you should do. MCP Server for TeamRetro integration, providing API services and tools for team management and analytics.

What you get

Key features: - Complete TeamRetro API coverage with 20+ tools for managing teams, users, actions, and more - Simplified AI client integration through standardized MCP interfaces - Built-in pagination and filtering support for efficient data handling - Secure API authentication handling and environment configuration - Comprehensive documentation and easy setup options

What the assistant can call

Once Teamretro is connected, these are the calls the assistant has available:

  • Users — The Users tool exposed by this server
  • Teams — The Teams tool exposed by this server
  • Actions — The Actions tool exposed by this server
  • Agreements — The Agreements tool exposed by this server
  • Retrospectives — The Retrospectives tool exposed by this server
  • Reports — The Reports tool exposed by this server

Configuration and credentials

You will need 3 environment variables: TEAMRETRO_AUTH_TYPE, TEAMRETRO_API_KEY, TEAMRETRO_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Teamretro's toolset — Users, Teams, Actions and 3 more — is a fair guide to whether it matches your workflow. It is maintained by adepanges; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the teamretro mcp server does with a few real requests.

Available tools

ToolWhat it does
UsersThe Users tool exposed by this server.
TeamsThe Teams tool exposed by this server.
ActionsThe Actions tool exposed by this server.
AgreementsThe Agreements tool exposed by this server.
RetrospectivesThe Retrospectives tool exposed by this server.
ReportsThe Reports tool exposed by this server.

How to install the Teamretro MCP server

{
  "mcpServers": {
    "teamretro-mcp-server": {
      "command": "npx",
      "args": ["-y", "teamretro-mcp-server"],
      "env": {
        "TEAMRETRO_AUTH_TYPE": "apiKey",
        "TEAMRETRO_API_KEY": "your-api-key"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
TEAMRETRO_AUTH_TYPEConfiguration value read at startup.Optional
TEAMRETRO_API_KEYCredential the server authenticates with.Yes
TEAMRETRO_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Teamretro to Users.
  • Use Teamretro to Teams.
  • Use Teamretro to Actions.

Frequently asked questions

It connects Teamretro to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Users, Teams, Actions, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Teamretro directly.