Gentoro MCP Server
@MCP-Mirror
关于 Gentoro MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Gentoro MCP Server?
Gentoro MCP Server is an MCP server that enables Claude to interact with Gentoro bridges and all underlying tools. It is designed for users who manage tools and capabilities through Gentoro Studio, allowing full control over which tools are enabled per bridge.
How to use Gentoro MCP Server?
- Create a Gentoro account and obtain an API key. 2. Define a bridge via Gentoro Studio. 3. Add the server configuration to your
claude_desktop_config.jsonwith environment variablesGENTORO_API_KEY,GENTORO_BRIDGE_UID, andGENTORO_BASE_URL. The server is invoked using thenpx @gentoro/mcp-nodejs-servercommand.
Key features of Gentoro MCP Server
- 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.
Use cases of Gentoro MCP Server
- Allowing Claude to execute custom tools defined in a Gentoro bridge.
- Dynamically enabling or disabling tools without redeploying the MCP server.
- Centralizing tool management across multiple AI assistants via Gentoro.
FAQ from Gentoro MCP Server
What is required to run Gentoro MCP Server?
A Gentoro account, an API key, and a defined bridge with a bridge UID. The server also requires the URL where Gentoro is hosted (GENTORO_BASE_URL).
How do I configure the server in Claude Desktop?
Add the provided JSON block to your claude_desktop_config.json under mcpServers, setting the command, args, and env fields as shown.
Does the server expose any tools by default?
No. Tools are defined entirely within the Gentoro bridge. The server dynamically pulls the tool definitions from the bridge configured via GENTORO_BRIDGE_UID.
How are tools enabled or disabled?
Tool activation is managed at the Gentoro bridge level through Gentoro Studio. The MCP server reflects those settings automatically.
What authentication method does the server use?
The server authenticates via an API key passed as the GENTORO_API_KEY environment variable.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论