Sign inSign up

mcp/tembo

Verified Publisher

By mcp

•Updated over 1 year ago

MCP server for Tembo Cloud's platform API

Image
Machine learning & AI
0

10K+

mcp/tembo repository overview

⁠Tembo MCP Server

MCP server for Tembo Cloud's platform API.

What is an MCP Server?⁠

⁠MCP Info

⁠Image Building Info

AttributeDetails
Dockerfilehttps://github.com/tembo-io/mcp-server-tembo/blob/5fd392db6e5af17e77fdc1a5a9f7d64177ff5166/Dockerfile⁠
Commit5fd392db6e5af17e77fdc1a5a9f7d64177ff5166
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
replicasinteger optional
spotboolean optional

⁠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
cpustring optional
environmentstring optional
instance_namestring optional
memorystring optional
replicasinteger optional
spotboolean optional
storagestring optional

⁠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?⁠

Tag summary

Content type

Image

Digest

sha256:178ea1dae…

Size

84.2 MB

Last updated

over 1 year ago

docker pull mcp/tembo

This week's pulls

Pulls:

12

Last week