Skip to main content
Glama
tembo

Tembo MCP Server

Official
by tembo

Tembo MCP Server

An MCP server for the Tembo API.

Features

This MCP server provides the following tools:

  • create_task - Create new tasks in Tembo with optional repository and branch targeting

  • list_tasks - Get a paginated list of tasks for your organization

  • search_tasks - Search for tasks by query string in title or description

  • list_repositories - Get enabled code repositories for your organization

  • get_current_user - Retrieve information about the authenticated user

Installation

Using npx

npx -y @tembo-io/mcp

Installing globally

npm install -g @tembo-io/mcp

Usage

1. Get an API Key

Head to the API Keys page and obtain a new key to use with the MCP server.

2. Configure Your MCP Client

Add the following configuration to your MCP client settings (e.g., Claude Desktop's claude_desktop_config.json):

{
  "mcpServers": {
    "tembo": {
      "command": "npx",
      "args": ["-y", "@tembo-io/mcp"],
      "env": {
        "TEMBO_API_KEY": "your-api-key"
      }
    }
  }
}
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/tembo/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server