TeamRetro MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEAMRETRO_TOKEN | No | Your TeamRetro bearer token for bearer authentication | |
| TEAMRETRO_API_KEY | No | Your TeamRetro API key for apiKey authentication | |
| TEAMRETRO_BASE_URL | No | Base URL for TeamRetro API | https://api.teamretro.com |
| TEAMRETRO_PASSWORD | No | Your TeamRetro password for basic authentication | |
| TEAMRETRO_USERNAME | No | Your TeamRetro username for basic authentication | |
| TEAMRETRO_AUTH_TYPE | No | Authentication type (apiKey, basic, or bearer) | apiKey |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_teamsB | List teams from TeamRetro with filtering and pagination |
| detail_teamB | Get a single team by ID |
| update_teamC | Update an existing team |
| create_teamC | Create a new team with optional members and tags |
| delete_teamC | Delete an existing team |
| list_usersC | List users with pagination |
| add_userC | Add or update a user by email |
| update_userC | Update an existing user's information |
| delete_userC | Delete a user by email |
| get_userC | Get a single user by email |
| list_team_membersC | List team members with pagination |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adepanges/teamretro-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server