Skip to content

tembo/mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tembo app icon

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"
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published