Skip to main content
Glama
by tembo-io

鍛冶屋のバッジ

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Tembo Cloud API を自動的にインストールするには:

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 を開く > 設定 > 開発者をクリック)

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tembo-io/mcp-server-tembo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server