Skip to main content
Glama

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

ホスト版

近日公開。

発達

pnpm run build
node index.js
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude が Tembo Cloud プラットフォーム API と対話できるようにし、ユーザーが自然言語で Tembo Cloud リソースを管理できるようにする MCP サーバー。

  1. Smithery経由でインストール
    1. 地元で
      1. ホスト版
        1. 発達

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
            Last updated -
            7
            180
            45
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.
            Last updated -
            1,942
            457
            TypeScript
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            An MCP server that allows using natural language to manage Cloudflare resources (Workers, KV, R2, D1) through Claude Desktop, VSCode, and other MCP clients.
            Last updated -
            8
            5
            TypeScript
            Apache 2.0
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.
            Last updated -
            2
            108
            195
            TypeScript
            MIT License
            • Apple

          View all related MCP servers

          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