remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
TeamRetro MCP Server
Model Context Protocol (MCP) server for TeamRetro integration.
Important Notes
Unofficial MCP Server
This MCP server is an unofficial community-developed interface to TeamRetro's services. While not developed or endorsed by TeamRetro, it provides standardized access to their platform.
Official API Integration
The server connects directly to TeamRetro's official public API:
- Uses documented endpoints from TeamRetro's API specifications
- Maintains full API compliance and version tracking
- Implements all required authentication methods
- Preserves original API responses without modification
API Documentation Source
All API endpoints and functionality are based on TeamRetro's official documentation:
- API Help Article: https://help.teamretro.com/article/320-teamretro-api
- API Specifications: https://groupmap.stoplight.io/docs/teamretro/
- Implementation strictly follows the public API specifications
- Any changes to the TeamRetro API may affect this MCP server's functionality
Available Tools
For a complete list of available MCP tools and their usage, see TOOLS.md.
Changelog
For a detailed list of changes and updates, see CHANGELOG.md.
How to Use
NPX (Recommended, Easy Setup)
From Source Code
- Clone the repository, install dependencies, and build the project:
Running in AI Client
- Configure the AI client with the following settings:
Running with Inspector
- Configure the environment variables by copying
.env.example
to.env
and modifying it according to your needs. - Run the server with inspector:
Environment Variables Examples
API Key Authentication (Default)
Basic Authentication
Bearer Token Authentication
Logging Configuration
You must be authenticated.
Tools
MCP server for TeamRetro integration. Provides standardized access to TeamRetro's official API with support for API key, basic auth, and bearer token authentication. Strictly follows TeamRetro's API specifications while maintaining full compliance. Includes tools for managing retrospectives, teams, actions, and health checks.