mcp-server-gigachat-image-generation
If you are the rightful owner of mcp-server-gigachat-image-generation and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a Model Context Protocol (MCP) server, focusing on its features, tools, resources, and usage across different platforms.
Пропиши в mcp.json
:
{
"mcpServers": {
"image_generation": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8000:8000",
"grentank/mcp-server-image-generation:1.1"
],
"env": {
"GIGACHAT_CREDENTIALS": "YOUR_API_KEY_HERE"
}
}
}
}