mcp-nodejs-server
젠토로 MCP 서버
Gentoro 서비스를 위한 MCP 서버로, Claude가 Gentoro 브리지와 모든 기반 기능과 상호 작용할 수 있도록 지원합니다.
도구
Gentoro를 사용하면 사용자가 도구를 만들고 공통 Bridge에 통합하여 사용 가능한 모든 기능을 정의할 수 있습니다.
이 MCP 서버는 Gentoro와 완벽하게 통합되어 있으므로 에이전트, 도구 및 그 기반 기능이 Gentoro의 브리지 수준에서 완벽하게 제어되므로 설계별로 도구를 활성화하거나 비활성화할 수 있습니다.
Related MCP server: my-mcp-server
설정
Gentoro 계정 만들기 Gentoro Playground 웹사이트를 방문하여 계정을 요청하고 Gentoro 서비스를 이용해보세요.
또는 Gentoro를 로컬로 다운로드하여 설치하려면 설치 가이드를 참조하세요.
Gentoro API 키 생성하기 이 MCP 커넥터를 사용하려면 Gentoro API 키가 필요합니다. API 키 생성 방법은 여기에서 확인할 수 있습니다.
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에서 올바르게 생성될 수 있습니다.
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