Skip to main content
Glama

mcp-nodejs-server

Gentoro MCP 服务器

Gentoro 服务的 MCP 服务器,使 Claude 能够与 Gentoro 桥和所有底层功能进行交互。

工具

Gentoro 允许用户创建工具并将其集成到通用桥中,定义所有可用的功能。

由于此 MCP 服务器与 Gentoro 完全集成,因此代理、工具及其底层功能完全在 Gentoro 桥接器级别进行控制,这允许您根据设计启用和禁用工具。

设置

  1. 创建 Gentoro 帐户 访问Gentoro Playground网站申请帐户并开始使用 Gentoro 服务。

或者在本地下载并安装 Gentoro,请参阅安装指南

  1. 创建 Gentoro API 密钥 要使用此 MCP 连接器,您需要一个 Gentoro API 密钥。您可以在此处查看如何创建密钥的说明。
  2. 使用 Gentoro Studio 定义桥梁,使用所需的所有工具和数据源定义桥梁。

使用 NodeJS 将 Gentoro 与 Claude 或其他代理集成

将以下内容添加到您的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>" } } } }

或者,您可以使用 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>", } } } }

这些值是 url 安全的,并且可以在 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 服务器用于 Gentoro 服务,使 Claude 能够与 Gentoro 进行交互,从而允许用户创建工具并将其集成到通用桥中,定义所有可用的功能。

  1. 工具
    1. 设置
      1. 使用 NodeJS 将 Gentoro 与 Claude 或其他代理集成

    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