Skip to main content
Glama

mcp-nodejs-server

젠토로 MCP 서버

Gentoro 서비스를 위한 MCP 서버로, Claude가 Gentoro 브리지와 모든 기반 기능과 상호 작용할 수 있도록 지원합니다.

도구

Gentoro를 사용하면 사용자가 도구를 만들고 공통 Bridge에 통합하여 사용 가능한 모든 기능을 정의할 수 있습니다.

이 MCP 서버는 Gentoro와 완벽하게 통합되어 있으므로 에이전트, 도구 및 그 기반 기능이 Gentoro의 브리지 수준에서 완벽하게 제어되므로 설계별로 도구를 활성화하거나 비활성화할 수 있습니다.

설정

  1. Gentoro 계정 만들기 Gentoro Playground 웹사이트를 방문하여 계정을 요청하고 Gentoro 서비스를 이용해보세요.

또는 Gentoro를 로컬로 다운로드하여 설치하려면 설치 가이드를 참조하세요.

  1. Gentoro API 키 생성하기 이 MCP 커넥터를 사용하려면 Gentoro API 키가 필요합니다. API 키 생성 방법은 여기에서 확인할 수 있습니다.
  2. Gentoro Studio를 사용하여 필요한 모든 도구와 데이터 소스를 활용하여 다리를 정의합니다.

NodeJS를 사용하여 Gentoro를 Claude 또는 다른 에이전트와 통합

config.json 에 다음을 추가하세요.

지엑스피1

또는 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.

클로드가 Gentoro와 상호 작용할 수 있도록 하는 Gentoro 서비스용 MCP 서버로, 사용자는 도구를 만들고 공통 Bridge에 통합하여 사용 가능한 모든 기능을 정의할 수 있습니다.

  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