Tembo

Tembo

MCP server for Tembo Cloud's platform API.

1.8K

10 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Tembo MCP Server

MCP server for Tembo Cloud's platform API.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/tembo
Authortembo-io
Repositoryhttps://github.com/tembo-io/mcp-server-tembo
Dockerfilehttps://github.com/tembo-io/mcp-server-tembo/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/tembo --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (10)

Tools provided by this ServerShort Description
ask_temboAsk a question to Tembo Docs
create_instanceCreate a new Tembo instance
delete_instanceDelete an existing Tembo instance
get_all_appsGet attributes for all apps
get_all_instancesGet all Tembo instances in an organization
get_appGet the attributes of a single App
get_instanceGet an existing Tembo instance
get_instance_schemaGet the json-schema for an instance
patch_instanceUpdate attributes on an existing Tembo instance
restore_instanceRestore a Tembo instance

Tools Details

Tool: ask_tembo

Ask a question to Tembo Docs

ParametersTypeDescription
querystringThe ask query. For example, "how to create a Tembo instance"

Tool: create_instance

Create a new Tembo instance

ParametersTypeDescription
cpustring
environmentstring
instance_namestring
memorystring
org_idstringOrganization ID that owns the Tembo instance
stack_typestring
storagestring
replicasintegeroptional
spotbooleanoptional

Tool: delete_instance

Delete an existing Tembo instance

ParametersTypeDescription
instance_idstringDelete this instance id
org_idstringOrganization id of the instance to delete

Tool: get_all_apps

Get attributes for all apps

Tool: get_all_instances

Get all Tembo instances in an organization

ParametersTypeDescription
org_idstringOrganization id for the request

Tool: get_app

Get the attributes of a single App

ParametersTypeDescription
typestringThe app type to get details for

Tool: get_instance

Get an existing Tembo instance

ParametersTypeDescription
instance_idstring
org_idstringOrganization ID that owns the instance

Tool: get_instance_schema

Get the json-schema for an instance

Tool: patch_instance

Update attributes on an existing Tembo instance

ParametersTypeDescription
instance_idstring
org_idstringOrganization ID that owns the instance
cpustringoptional
environmentstringoptional
instance_namestringoptional
memorystringoptional
replicasintegeroptional
spotbooleanoptional
storagestringoptional

Tool: restore_instance

Restore a Tembo instance

ParametersTypeDescription
instance_namestring
org_idstringOrganization ID that owns the Tembo instance
restoreobject

Use this MCP Server

{
  "mcpServers": {
    "tembo": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "TEMBO_API_KEY",
        "mcp/tembo"
      ],
      "env": {
        "TEMBO_API_KEY": "your-tembo-apikey-here"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers