Skip to main content
Glama

mcp-nodejs-server

Gentoro MCP サーバー

Gentoro サービス用の MCP サーバー。Claude が Gentoro ブリッジおよびすべての基盤機能と対話できるようにします。

ツール

Gentoro を使用すると、ユーザーはツールを作成して共通のブリッジに統合し、利用可能なすべての機能を定義できます。

この MCP サーバーは Gentoro と完全に統合されているため、エージェント、ツール、およびそれらの基礎となる機能は Gentoro のブリッジ レベルで完全に制御され、設計ごとにツールを有効化または無効化できます。

設定

  1. Gentoro アカウントを作成します。Gentoro Playground Web サイトにアクセスしてアカウントをリクエストし、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.

Gentoro サービス用の MCP サーバー。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