MCP.so
Sign In

Gentoro MCP Server

@MCP-Mirror

About Gentoro MCP Server

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Gentoro MCP Server?

Gentoro MCP Server is an MCP server that enables Claude to interact with Gentoro bridges and all underlying tools. It is designed for users who manage tools and capabilities through Gentoro Studio, allowing full control over which tools are enabled per bridge.

How to use Gentoro MCP Server?

  1. Create a Gentoro account and obtain an API key. 2. Define a bridge via Gentoro Studio. 3. Add the server configuration to your claude_desktop_config.json with environment variables GENTORO_API_KEY, GENTORO_BRIDGE_UID, and GENTORO_BASE_URL. The server is invoked using the npx @gentoro/mcp-nodejs-server command.

Key features of Gentoro MCP Server

  • Integrates Claude with Gentoro bridges and tools.
  • Tools are fully controlled at the bridge level.
  • Supports enabling and disabling tools per design.
  • Configured via environment variables in Claude Desktop.

Use cases of Gentoro MCP Server

  • Allowing Claude to execute custom tools defined in a Gentoro bridge.
  • Dynamically enabling or disabling tools without redeploying the MCP server.
  • Centralizing tool management across multiple AI assistants via Gentoro.

FAQ from Gentoro MCP Server

What is required to run Gentoro MCP Server?

A Gentoro account, an API key, and a defined bridge with a bridge UID. The server also requires the URL where Gentoro is hosted (GENTORO_BASE_URL).

How do I configure the server in Claude Desktop?

Add the provided JSON block to your claude_desktop_config.json under mcpServers, setting the command, args, and env fields as shown.

Does the server expose any tools by default?

No. Tools are defined entirely within the Gentoro bridge. The server dynamically pulls the tool definitions from the bridge configured via GENTORO_BRIDGE_UID.

How are tools enabled or disabled?

Tool activation is managed at the Gentoro bridge level through Gentoro Studio. The MCP server reflects those settings automatically.

What authentication method does the server use?

The server authenticates via an API key passed as the GENTORO_API_KEY environment variable.

Comments

More Other MCP servers