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.
Recommend MCP Servers 💡
nysse-mcp-server
MCP server providing real-time bus traffic information for Tampere's public transport system to LLM AI agents
sanyambassi/thales-cdsp-crdp-mcp-server
A Model Context Protocol (MCP) server enabling AI applications to securely protect and reveal sensitive data via Thales CipherTrust CRDP service, supporting stdio and streamable-http transports
jordankamto/code-explorer-mcp
A TypeScript-based MCP server implementing a simple notes system with note management tools and summarization prompts
pentest-mcp
An MCP server that integrates Kali Linux security tools like Nmap and Gobuster, allowing users to perform penetration tests using natural language via LLMs like Claude.
ggRMCP
A Go-based gateway that converts gRPC services into MCP-compatible tools, enabling AI models to call gRPC services seamlessly.
deebo
Autonomous debugging agent MCP server that helps AI coding agents debug by launching automated investigations, speeding up time-to-resolution by 10x