mcp-nodejs-server
Gentoro MCP サーバー
Gentoro サービス用の MCP サーバー。Claude が Gentoro ブリッジおよびすべての基盤機能と対話できるようにします。
ツール
Gentoro を使用すると、ユーザーはツールを作成して共通のブリッジに統合し、利用可能なすべての機能を定義できます。
この MCP サーバーは Gentoro と完全に統合されているため、エージェント、ツール、およびそれらの基礎となる機能は Gentoro のブリッジ レベルで完全に制御され、設計ごとにツールを有効化または無効化できます。
Related MCP server: my-mcp-server
設定
Gentoro アカウントを作成します。Gentoro Playground Web サイトにアクセスしてアカウントをリクエストし、Gentoro サービスの使用を開始します。
または、Gentoro をローカルにダウンロードしてインストールします。インストール ガイドを参照してください。
Gentoro APIキーを作成する このMCPコネクタを使用するには、Gentoro APIキーが必要です。作成方法については、こちらをご覧ください。
ブリッジを定義する 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 で適切に生成できます。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server that builds itself by creating new tools as needed based on user requests (Requires restart of Claude Desktop to use newly created tools).425-
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.88-
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables Claude to interact with A2A-compatible agents by providing tools to fetch agent cards, retrieve stored cards, and send messages to specific agents.-
- FlicenseAqualityDmaintenanceA universal MCP server that integrates any API with Claude Desktop by pointing it at a Swagger/OpenAPI spec, automatically generating tools for interaction.343-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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