Provides a bridge to TeamRetro's team management platform for creating and managing teams, users, and members through natural language commands with authentication support.
Log in to your TeamRetro account:
Visit https://www.teamretro.com/ and log in with your administrator or authorized user credentials.
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.
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.
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
.
Copy your API key:
The API key will be shown only once after creation. Copy it and keep it secure.
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
(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.