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
CryptoTwitter.Space x402 MCP Server
Provides pay-per-use access to premium CryptoTwitter.Space reports with automated revenue distribution.
CloudWatch Logs
Access AWS CloudWatch logs to list log groups and read log entries.
ChartMogul
Access and manage ChartMogul data, including customers, plans, and analytics.
OpenAI MCP Server
An MCP server for integrating with the OpenAI API.
Weather MCP Server
Provides weather information using the free and open-source Open-Meteo API. No API key required.
AWS Customer Playbook Advisor MCP
Provides real-time AWS security guidance by fetching official security playbooks from the AWS Customer Playbook Framework GitHub repository.
mcp-k8s-go
Golang-based Kubernetes MCP Server. Built to be extensible.
Cloudflare MCP Server
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
PrestaShop MCP Server
A server for managing PrestaShop e-commerce stores through a unified product API.
Coinbase Chat MCP
Access cryptocurrency data, market information, and trading insights from Coinbase's public API.