I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

servidor MCP-Nodejs
Capa de integración entre los clientes de MCP y la implementación del servidor Gentoro MCP
3 years
Works with Finder
1
Github Watches
3
Github Forks
4
Github Stars
Gentoro MCP Server
MCP Server for the Gentoro services, enabling Claude to interact with Gentoro bridges and all underlying capabilities.
Tools
Gentoro allows users to create and integrate tools into a common Bridge, defining all available capabilities.
As this MCP server is fully integrated with Gentoro, the agents, tools and their underlying functionality is fully controlled at the level of Gentoro's bridge which allows you to enable and disable tools per design.
Setup
- Create a Gentoro account Visit the Gentoro Playground website to request an account and start using Gentoro services.
Or download and install Gentoro locally, see the installation guide.
-
Create a Gentoro API Key To use this MCP Connector, you will need a Gentoro API Key. You can see the instruction on how to create one here.
-
Define a Bridge Using Gentoro Studio, define your bridge with all the tools and data sources required.
Integrate Gentoro with Claude or other Agents using NodeJS
Add the following to your 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>"
}
}
}
}
Alternatively, you can use the short version of 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>",
}
}
}
}
These values are url safe, and can be properly generated at Gentoro Studio.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Professional Flask/SQLAlchemy code guide. Follow: https://x.com/navid_re
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_p5stYRdx
I'm extremely satisfied with the mcp-nodejs-server by gentoro-GT. It's a powerful and easy-to-use server application for Node.js that has significantly streamlined my development process. The comprehensive documentation and active support make it a reliable choice for both new and experienced developers. Highly recommend checking it out on GitHub: https://github.com/gentoro-GT/mcp-nodejs-server.