mcp-server-tembo

mcp-server-tembo

3.3

If you are the rightful owner of mcp-server-tembo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Tembo MCP Server is designed to interface with the Tembo Cloud platform API, providing a robust solution for managing and deploying model context protocols.

Tembo MCP Server

An MCP server for the Tembo Cloud platform API

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