Skip to main content
Glama

Tembo MCP Server

Official
by tembo-io

설치

Smithery를 통해 설치

Smithery 를 통해 Claude Desktop용 Tembo Cloud API를 자동으로 설치하는 방법:

지엑스피1

장소 상에서

  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와 상호 작용할 수 있도록 하는 MCP 서버로, 사용자는 자연어를 통해 Tembo Cloud 리소스를 관리할 수 있습니다.

  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