Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
MCP server for Tembo Cloud's platform API.
Attribute | Details |
---|---|
Docker Image | mcp/tembo |
Author | tembo-io |
Repository | https://github.com/tembo-io/mcp-server-tembo |
Dockerfile | https://github.com/tembo-io/mcp-server-tembo/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/tembo --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
ask_tembo | Ask a question to Tembo Docs |
create_instance | Create a new Tembo instance |
delete_instance | Delete an existing Tembo instance |
get_all_apps | Get attributes for all apps |
get_all_instances | Get all Tembo instances in an organization |
get_app | Get the attributes of a single App |
get_instance | Get an existing Tembo instance |
get_instance_schema | Get the json-schema for an instance |
patch_instance | Update attributes on an existing Tembo instance |
restore_instance | Restore a Tembo instance |
ask_tembo
Ask a question to Tembo Docs
Parameters | Type | Description |
---|---|---|
query | string | The ask query. For example, "how to create a Tembo instance" |
create_instance
Create a new Tembo instance
Parameters | Type | Description |
---|---|---|
cpu | string | |
environment | string | |
instance_name | string | |
memory | string | |
org_id | string | Organization ID that owns the Tembo instance |
stack_type | string | |
storage | string | |
replicas | integer optional | |
spot | boolean optional |
delete_instance
Delete an existing Tembo instance
Parameters | Type | Description |
---|---|---|
instance_id | string | Delete this instance id |
org_id | string | Organization id of the instance to delete |
get_all_apps
Get attributes for all apps
get_all_instances
Get all Tembo instances in an organization
Parameters | Type | Description |
---|---|---|
org_id | string | Organization id for the request |
get_app
Get the attributes of a single App
Parameters | Type | Description |
---|---|---|
type | string | The app type to get details for |
get_instance
Get an existing Tembo instance
Parameters | Type | Description |
---|---|---|
instance_id | string | |
org_id | string | Organization ID that owns the instance |
get_instance_schema
Get the json-schema for an instance
patch_instance
Update attributes on an existing Tembo instance
Parameters | Type | Description |
---|---|---|
instance_id | string | |
org_id | string | Organization ID that owns the instance |
cpu | string optional | |
environment | string optional | |
instance_name | string optional | |
memory | string optional | |
replicas | integer optional | |
spot | boolean optional | |
storage | string optional |
restore_instance
Restore a Tembo instance
Parameters | Type | Description |
---|---|---|
instance_name | string | |
org_id | string | Organization ID that owns the Tembo instance |
restore | object |
{
"mcpServers": {
"tembo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TEMBO_API_KEY",
"mcp/tembo"
],
"env": {
"TEMBO_API_KEY": "your-tembo-apikey-here"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for