mcp-nodejs-server

by gentoro-GT
Verified

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 サーバー

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

Gentoro サービス用の MCP サーバー。Claude が Gentoro と対話できるようにします。これにより、ユーザーはツールを作成して共通のブリッジに統合し、利用可能なすべての機能を定義できます。

  1. Tools
    1. Setup
      1. Integrate Gentoro with Claude or other Agents using NodeJS
    ID: 8jy2cx1u5p