Tembo MCP Server

Tembo MCP Server

By tembo-io GitHub

MCP server for Tembo Cloud's platform API

mcp-server tembo
Overview

what is Tembo MCP Server?

Tembo MCP Server is a server designed for the Tembo Cloud platform API, enabling seamless integration and interaction with the cloud services provided by Tembo.

how to use Tembo MCP Server?

To use the Tembo MCP Server, you can install it via Smithery or clone the repository and configure it with your API key for Tembo Cloud.

key features of Tembo MCP Server?

  • Easy installation via Smithery CLI
  • Local setup instructions provided
  • Configuration for API key integration

use cases of Tembo MCP Server?

  1. Integrating cloud services into applications using the Tembo API.
  2. Developing applications that require cloud-based data processing.
  3. Facilitating communication between local applications and the Tembo Cloud.

FAQ from Tembo MCP Server?

  • How do I install the Tembo MCP Server?

You can install it using the Smithery CLI or clone the repository and follow the setup instructions.

  • Is there a hosted version available?

A hosted version is coming soon.

  • What do I need to run the server locally?

You need to clone the repo, download Claude Desktop, and configure it with your Tembo API key.

Content

Tembo MCP Server

An MCP server for the Tembo Cloud platform API

smithery badge

Installation

Installing via Smithery

To install Tembo Cloud API for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @tembo-io/mcp-server-tembo --client claude

Locally

  1. Clone this repo
git clone https://github.com/tembo-io/mcp-server-tembo.git
  1. Download Claude Desktop

  2. Load the below tembo mcp server json config into Claude Desktop (open claude desktop > click settings > developer)

NOTE

You will need to generate a API key for Tembo Cloud

{
	"mcpServers": {
		"mcp-server-tembo": {
			"command": "node",
			"env": {
				"TEMBO_API_KEY": "your_tembo_api_key"
			},
			"args": ["/absolute/path/to/cloned/repo/mcp-server-tembo/dist/index.js"]
		}
	}
}

Hosted version

Coming soon.

Development

pnpm run build
node index.js
No tools information available.

-

mcp-server v2ex
View Details

my-mcp-server(without auth)

mcp-server cloudflare
View Details
mcp-server
mcp-server by iyerrama29

MCP demo

mcp-server demo
View Details
Next MCP server
Next MCP server by Collaborne

-

mcp-server NEXT
View Details
MCP-Server
MCP-Server by fmpoliveira

-

mcp-server meteostat
View Details

Mirror of

mcp-server timelock-encryption
View Details

-

mcp-server minio
View Details