T

TeamRetro

Provides a bridge to TeamRetro's team management platform for creating and managing teams, users, an...

171 views
1 installs
Updated Nov 22, 2025
Not audited
Provides a bridge to TeamRetro's team management platform for creating and managing teams, users, and members through natural language commands with authentication support.
  1. Log in to your TeamRetro account:
    Visit https://www.teamretro.com/ and log in with your administrator or authorized user credentials.

  2. Open the API Settings Page:
    Go to the TeamRetro API help article: https://help.teamretro.com/article/320-teamretro-api for official documentation.
    Look for the section on generating or accessing your API key. This is typically found in the "API Keys" or "Integrations" area of your TeamRetro user account or organization settings.

  3. Create or locate your API key:

    • If creating a new API key: Click the option to generate a new API key (sometimes labeled as "Create API Key," "Generate Key," or similar).
    • If an API key already exists: Copy the value of the existing key.
  4. Set the Authentication Type:
    Ensure the authentication type is set to apiKey.
    This is done by setting the environment variable TEAMRETRO_AUTH_TYPE to apiKey.

  5. Copy your API key:
    The API key will be shown only once after creation. Copy it and keep it secure.

  6. Fill in the FastMCP connection interface:

    • Open the FastMCP connection interface.
    • Add the following environment variables using the “Install Now” button:
      • TEAMRETRO_AUTH_TYPE: Set the value to apiKey
      • TEAMRETRO_API_KEY: Paste your copied API key value
  7. (Optional) Set the Base URL:
    If you need to override the default TeamRetro API URL for a custom deployment, set TEAMRETRO_BASE_URL to https://api.teamretro.com.

Your integration is now configured to allow FastMCP to securely access your TeamRetro account through the MCP server using your API Key.

Quick Start

View on GitHub

More for Project Management

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.