返回市场
MCP服务器-坦波

MCP服务器-坦波

作者:tembo-io7 星标更新:2025-02-05

项目介绍

<h1 align="center">Tembo MCP Server</h1> <p align="center">适用于<a href="https://cloud.tembo.io">Tembo Cloud</a>平台API的MCP服务器</p>

smithery 徽章

安装

通过Smithery安装

要通过Smithery自动安装Tembo Cloud API到Claude Desktop:

npx -y @smithery/cli install @tembo-io/mcp-server-tembo --client claude

本地安装

  1. 克隆此仓库
git clone https://github.com/tembo-io/mcp-server-tembo.git
  1. 下载Claude Desktop

  2. 将以下tembo mcp服务器json配置加载到Claude Desktop中(打开Claude Desktop > 点击设置 > 开发者)

[!NOTE] 您需要生成一个Tembo Cloud的API密钥

{
	"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"]
		}
	}
}

托管版本

即将推出。

开发

pnpm run build
node index.js