Skip to main content
Glama
tembo-io

Tembo MCP Server

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

[!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"]
		}
	}
}

ホスト版

近日公開。

Related MCP server: terraform-cloud-mcp

発達

pnpm run build
node index.js
Install Server
A
license - permissive license
A
quality
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
    4
    GPL 3.0
  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that integrates Claude with the Terraform Cloud API, allowing Claude to manage your Terraform infrastructure through natural conversation.
    62
    23
    MIT
  • F
    license
    -
    quality
    F
    maintenance
    An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
    39

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server for interacting with the Supabase platform

  • Cloud-hosted MCP server for durable AI memory

View all MCP Connectors

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