MCP.so
Sign In
Servers

Gentoro MCP Server

@gentoro-GT

Integration layer between MCP Clients and Gentoro MCP Server implementation

Add this server to your MCP-compatible client using the configuration below.

{
  "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>"
      }
    }
  }
}

More from Other