Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Nodejs Server

    Integration layer between MCP Clients and Gentoro MCP Server implementation

    5 stars
    TypeScript
    Updated Jul 15, 2025

    Table of Contents

    • Tools
    • Setup
    • Integrate Gentoro with Claude or other Agents using NodeJS

    Table of Contents

    • Tools
    • Setup
    • Integrate Gentoro with Claude or other Agents using NodeJS

    Documentation

    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.

    2. 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.

    3. 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:

    json
    {
        "mcpServers": {
            "gentoro": {
                "command": "npx",
                "args": [
                    "-y",
                    "@gentoro/mcp-nodejs-server"
                ],
                "env": {
                    "GENTORO_API_KEY": "",
                    "GENTORO_BRIDGE_UID": "",
                    "GENTORO_BASE_URL": ""
                }
            }
        }
    }

    Alternatively, you can use the short version of Gentoro Key:

    json
    {
        "mcpServers": {
            "gentoro": {
                "command": "npx",
                "args": [
                    "-y",
                    "@gentoro/mcp-nodejs-server"
                ],
                "env": {
                    "GENTORO_KEY": "//",
                }
            }
        }
    }

    These values are url safe, and can be properly generated at Gentoro Studio.

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k