mcp-server-gigachat-image-generation

mcp-server-gigachat-image-generation

3.2

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

Related MCP Servers

View all python servers →