MCP ExplorerExplorer

Mcp Server Tembo

@tembo-ioon 10 months ago
7 MIT
FreeCommunity
AI Systems
MCP server for Tembo Cloud's platform API

Overview

What is Mcp Server Tembo

mcp-server-tembo is an MCP server designed for the Tembo Cloud platform API, enabling seamless integration and interaction with the cloud services provided by Tembo.

Use cases

Use cases for mcp-server-tembo include developing applications that require cloud-based functionalities, automating tasks using the Tembo Cloud API, and integrating cloud services into existing workflows.

How to use

To use mcp-server-tembo, you can install it via Smithery by running a specific command or clone the repository and set it up locally. You will need to configure the server with your Tembo API key and load the JSON configuration into Claude Desktop.

Key features

Key features include easy installation via Smithery, local setup options, and compatibility with Claude Desktop. It allows users to interact with the Tembo Cloud API efficiently.

Where to use

undefined

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers