Integrations
MCP-сервер
Настройка Model Context Protocol (MCP) для Claude Desktop и других клиентов.
OpenGates предоставляет MCP-сервер для интеграции с AI-клиентами.
Конфигурация
Для Claude Desktop добавьте в claude_desktop_config.json:
{
"mcpServers": {
"opengates": {
"command": "npx",
"args": ["@opengates/mcp-server"],
"env": {
"OPENAI_API_KEY": "sk-gw-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}