mcp-nodejs-server
Gentoro MCP 服务器
Gentoro 服务的 MCP 服务器,使 Claude 能够与 Gentoro 桥和所有底层功能进行交互。
工具
Gentoro 允许用户创建工具并将其集成到通用桥中,定义所有可用的功能。
由于此 MCP 服务器与 Gentoro 完全集成,因此代理、工具及其底层功能完全在 Gentoro 桥接器级别进行控制,这允许您根据设计启用和禁用工具。
Related MCP server: my-mcp-server
设置
创建 Gentoro 帐户 访问Gentoro Playground网站申请帐户并开始使用 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.47-
- -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.344-
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