Skip to main content
Glama

Tembo MCP Server

Official
by tembo-io

Installation

Installing via Smithery

To install Tembo Cloud API for Claude Desktop automatically via Smithery:

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

Locally

  1. Clone this repo
git clone https://github.com/tembo-io/mcp-server-tembo.git
  1. Download Claude Desktop
  2. Load the below tembo mcp server json config into Claude Desktop (open claude desktop > click settings > developer)
{ "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"] } } }

Hosted version

Coming soon.

Development

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.

An MCP server that enables Claude to interact with Tembo Cloud platform API, allowing users to manage Tembo Cloud resources through natural language.

  1. Installing via Smithery
    1. Locally
      1. Hosted version
        1. Development

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
            Last updated 5 months ago
            3
            Python
            GPL 3.0
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that integrates Claude with the Terraform Cloud API, allowing Claude to manage your Terraform infrastructure through natural conversation.
            Last updated 2 days ago
            25
            14
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
            Last updated 5 months ago
            13
            TypeScript
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables Claude to generate and execute AWS CLI commands, allowing users to manage AWS resources through natural language conversations.
            Last updated 4 months ago
            2
            TypeScript

          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