安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Tembo Cloud API:
npx -y @smithery/cli install @tembo-io/mcp-server-tembo --client claude
本地
克隆此 repo
git clone https://github.com/tembo-io/mcp-server-tembo.git
下载Claude桌面
将下面的 tembo mcp 服务器 json 配置加载到 Claude Desktop(打开 claude Desktop > 单击设置 > 开发人员)
{
"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"]
}
}
}
托管版本
即将推出。
Related MCP server: terraform-cloud-mcp
发展
pnpm run build
node index.js