Skip to main content
Glama
by tembo-io

insignia de herrería

Instalación

Instalación mediante herrería

Para instalar Tembo Cloud API para Claude Desktop automáticamente a través de Smithery :

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

En la zona

  1. Clonar este repositorio

git clone https://github.com/tembo-io/mcp-server-tembo.git
  1. Descargar Claude Desktop

  2. Cargue la siguiente configuración json del servidor mcp de Tembo en Claude Desktop (abra Claude Desktop > haga clic en configuración > desarrollador)

[!NOTA] Necesitará generar una clave API para Tembo Cloud

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

Versión alojada

Muy pronto.

Related MCP server: terraform-cloud-mcp

Desarrollo

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