Tembo Cloud
An MCP server for managing databases and services on the Tembo Cloud platform.
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
- Clone this repo
git clone https://github.com/tembo-io/mcp-server-tembo.git
-
Download Claude Desktop
-
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
Related Servers
StreamNative MCP Server
Integrate AI agents with StreamNative Cloud resources and Apache Kafka/Pulsar messaging systems.
RunPod MCP Server
Interact with the RunPod REST API to manage cloud GPU resources.
Netbird
List and analyze Netbird network peers, groups, policies, and more.
CData Salesloft Server
A read-only MCP server by CData that enables LLMs to query live data from Salesloft.
Confluent Cloud
Interact with Confluent Cloud REST APIs to manage Kafka clusters, topics, and data.
HubSpot MCP Server
Interact with HubSpot CRM data, providing access to contacts, companies, and engagement information.
Spotify MCP Node Server
Control Spotify playback and manage playlists using AI assistants and IDEs.
Render MCP Server
Interact with Render resources via LLMs using the Render API.
Vidu MCP Server
Generate videos from images and manage tasks using the Vidu video generation API.
Shared Memory MCP
An example project for deploying a remote MCP server on Cloudflare Workers without authentication.