Gentoro
About
MCP Server for the Gentoro services, enabling Claude to interact with Gentoro, which allows users to create and integrate tools into a common Bridge, defining all available capabilities.
Details
- Author
- gentoro-GT
- Repository
- gentoro-GT/mcp-nodejs-server
- GitHub stars
- 5
- Downloads
- 821
- License
- Apache License 2.0
- Categories
- Other, Developer Tools, Productivity, Community, Design
- Tags
- #integration
Jump to
- Integrates Claude with Gentoro bridges and tools.
- Tools are fully controlled at the bridge level.
- Supports enabling and disabling tools per design.
- Configured via environment variables in Claude Desktop.
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
GentoroCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@gentoro/mcp-nodejs-server
Environment-
GENTORO_API_KEY
<your api key> -
GENTORO_BASE_URL
<url where gentoro is hosted> -
GENTORO_BRIDGE_UID
<your bridge uid>
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
1. 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.
2. 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.
3. Define a Bridge
Using Gentoro Studio, define your bridge with all the tools and data sources required.
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"gentoro": {
"env": {
"GENTORO_API_KEY": "<your api key>",
"GENTORO_BASE_URL": "<url where gentoro is hosted>",
"GENTORO_BRIDGE_UID": "<your bridge uid>"
},
"args": [
"-y",
"@gentoro/mcp-nodejs-server"
],
"command": "npx"
}
}
}
Linux
{
"env": {
"GENTORO_API_KEY": "<your api key>",
"GENTORO_BASE_URL": "<url where gentoro is hosted>",
"GENTORO_BRIDGE_UID": "<your bridge uid>"
},
"args": [
"-y",
"@gentoro/mcp-nodejs-server"
],
"command": "npx"
}
Macos
{
"env": {
"GENTORO_API_KEY": "<your api key>",
"GENTORO_BASE_URL": "<url where gentoro is hosted>",
"GENTORO_BRIDGE_UID": "<your bridge uid>"
},
"args": [
"-y",
"@gentoro/mcp-nodejs-server"
],
"command": "npx"
}
Windows
{
"env": {
"GENTORO_API_KEY": "<your api key>",
"GENTORO_BASE_URL": "<url where gentoro is hosted>",
"GENTORO_BRIDGE_UID": "<your bridge uid>"
},
"args": [
"/c",
"npx",
"-y",
"@gentoro/mcp-nodejs-server"
],
"command": "cmd"
}
Integrate Gentoro with Claude or other Agents using NodeJS
{ "mcpServers": { "gentoro": { "command": "npx", "args": ](https://www.gentoro.com/docs/sdk/gentoro_key)[ "-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 is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
A Model Context Protocol (MCP) server that enables AI assistants to integrate with Prometheus Alertmanager
A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.
An MCP server that provides control over Android devices through ADB. Offers device screenshot capture, UI layout analysis, package management, and ADB command execution capabilities.
A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates Binary Ninja with your favorite MCP client.
integration that connects BloodHound with AI through MCP, allowing security professionals to analyze Active Directory attack paths using natural language queries instead of Cypher.
A specialized MCP gateway for LLM enhancement prompts and jailbreaks with dynamic schema adaptation. Provides prompts for different LLMs using an enum-based approach.
Obtains latest dependency details for Clojure libraries.
A Model Context Protocol (MCP) server for CODESYS V3 programming environments.
Analyze large codebases and document collections using high-context models via OpenRouter, OpenAI, or Google AI -- very useful, e.g., with Claude Code
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





