MCP.so
登录

Gentoro MCP Server

@MCP-Mirror

关于 Gentoro MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器