mcp-nodejs-server

Gentoro MCP Server

MCP Server for the Gentoro services, enabling Claude to interact with Gentoro bridges and all underlying capabilities.

Tools

Gentoro allows users to create and integrate tools into a common Bridge, defining all available capabilities.

As this MCP server is fully integrated with Gentoro, the agents, tools and their underlying functionality is fully controlled at the level of Gentoro's bridge which allows you to enable and disable tools per design.

Setup

  1. Create a Gentoro account Visit the Gentoro Playground website to request an account and start using Gentoro services.

Or download and install Gentoro locally, see the installation guide.

  1. Create a Gentoro API Key To use this MCP Connector, you will need a Gentoro API Key. You can see the instruction on how to create one here.
  2. Define a Bridge Using Gentoro Studio, define your bridge with all the tools and data sources required.

Integrate Gentoro with Claude or other Agents using NodeJS

Add the following to your 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>" } } } }

Alternatively, you can use the short version of 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>", } } } }

These values are url safe, and can be properly generated at 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.

MCP Server for the Gentoro services, enabling Claude to interact with Gentoro, which allows users to create and integrate tools into a common Bridge, defining all available capabilities.

  1. Tools
    1. Setup
      1. Integrate Gentoro with Claude or other Agents using 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,261
      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 -
      3
      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

    ID: 8jy2cx1u5p