Tembo云平台
STDIO用于Tembo云平台API集成的服务器
用于Tembo云平台API集成的服务器
An MCP server for the Tembo Cloud platform API
To install Tembo Cloud API for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @tembo-io/mcp-server-tembo --client claude
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"] } } }
Coming soon.
pnpm run build
node index.js