Skip to main content
Glama

mcp-nodejs-server

Servidor MCP de Gentoro

Servidor MCP para los servicios Gentoro, que permite a Claude interactuar con los puentes Gentoro y todas las capacidades subyacentes.

Herramientas

Gentoro permite a los usuarios crear e integrar herramientas en un Puente común, definiendo todas las capacidades disponibles.

Como este servidor MCP está completamente integrado con Gentoro, los agentes, las herramientas y su funcionalidad subyacente están totalmente controlados a nivel del puente de Gentoro, lo que le permite habilitar y deshabilitar herramientas según el diseño.

Configuración

  1. Crear una cuenta Gentoro Visite el sitio web de Gentoro Playground para solicitar una cuenta y comenzar a utilizar los servicios de Gentoro.

O descargue e instale Gentoro localmente, consulte la guía de instalación .

  1. Crear una clave API de Gentoro. Para usar este conector MCP, necesitará una clave API de Gentoro. Puede consultar las instrucciones para crearla aquí .
  2. Definir un puente Usando Gentoro Studio, defina su puente con todas las herramientas y fuentes de datos necesarias.

Integre Gentoro con Claude u otros agentes usando NodeJS

Agregue lo siguiente a su config.json :

{ "mcpServers": { "gentoro": { "command": "npx", "args": [ "-y", "@gentoro/mcp-nodejs-server" ], "env": { "GENTORO_API_KEY": "<your api key>", "GENTORO_BRIDGE_UID": "<your bridge uid>", "GENTORO_BASE_URL": "<url where gentoro is hosted>" } } } }

Alternativamente, puede utilizar la versión corta de Gentoro Key:

{ "mcpServers": { "gentoro": { "command": "npx", "args": [ "-y", "@gentoro/mcp-nodejs-server" ], "env": { "GENTORO_KEY": "<your api key>/<your bridge uid>/<url where gentoro is hosted>", } } } }

Estos valores son seguros para URL y se pueden generar correctamente en Gentoro Studio.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Servidor MCP para los servicios de Gentoro, que permite a Claude interactuar con Gentoro, lo que permite a los usuarios crear e integrar herramientas en un Puente común, definiendo todas las capacidades disponibles.

  1. Herramientas
    1. Configuración
      1. Integre Gentoro con Claude u otros agentes usando NodeJS

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      MCP server that builds itself by creating new tools as needed based on user requests (Requires restart of Claude Desktop to use newly created tools).
      Last updated -
      4
      13
      Python
      The Unlicense
    • -
      security
      F
      license
      -
      quality
      A configurable MCP server that dynamically loads capabilities from a remote configuration to bridge MCP clients with remote APIs for executing actions, accessing resources, and utilizing prompt templates.
      Last updated -
      1,133
      4
      TypeScript
    • -
      security
      A
      license
      -
      quality
      An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
      Last updated -
      6
      Python
      MIT License
      • Linux
      • Apple
    • -
      security
      -
      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 -
      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/gentoro-GT/mcp-nodejs-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server