T

mcp-nodejs-server

...
Created 12/10/2024bygentoro-GT

Language:

TypeScript

Stars:

2

Forks:

3

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

  1. Create a Gentoro account Visit the Gentoro website to request an account and start using Gentoro services.

  2. Create a Gentoro API Key Once you have an account, create an API key to authenticate with the Gentoro services.

  3. Define a Bridge Using Gentoro Studio, define your bridge with all the tools and data sources required.

Integrate Gentoro with Claude

Add the following to your claude_desktop_config.json:

{
    "mcpServers": {
        "gentoro": {
            "command": "npx",
            "args": [
                "-y",
                "@gentoro/mcp-nodejs-server"
            ],
            "env": {
                "GENTORO_API_KEY": "",
                "GENTORO_BRIDGE_UID": "",
                "GENTORO_BASE_URL": ""
            }
        }
    }
}
Last updated: 12/19/2024

Publisher info

gentoro-GT's avatar

Gentoro

1
followers
1
following
7
repos

More MCP servers built with TypeScript

docbase-mcp-server

MCP Server Implementation for DocBase

By f4401
aapi-mcp-server

Advanced API MCP Server

By Asphere-xyz1
DBX-MCP-Server

MCP Server for Dropbox

By amgadabdelhafez1