mcp-nodejs-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-nodejs-serverlist all available tools in my bridge"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: my-mcp-server
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.
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 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).Last updated424The Unlicense
- Flicense-qualityDmaintenanceA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.Last updated94
- -license-quality-maintenanceAn 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.Last updated
- FlicenseAqualityDmaintenanceA universal MCP server that integrates any API with Claude Desktop by pointing it at a Swagger/OpenAPI spec, automatically generating tools for interaction.Last updated342
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server exposing the Backtest360 engine API as tools for AI agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
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