mcp-server-gigachat-image-generation
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 →mcp-server-template
by narumiruna
The MCP Server Template is a foundational framework designed to facilitate the development and deployment of model context protocol servers, leveraging LLM and MCP technologies.
MCP-Github-Oauth
by Nikhil-Patil-RI
This document provides a guide to setting up a Model Context Protocol (MCP) server environment, specifically for integrating with the Claude desktop app and debugging using the MCP Inspector.
benchmark-proxy-mcp
by zengzhuozhen
The benchmark-proxy is an MCP server designed to facilitate the benchmarking of model context protocols, providing a robust environment for testing and evaluation.
binoculo-mcp
by girorme
BinoculoMCP is a Message Control Protocol (MCP) Server designed to interact with the Binoculo tool for banner-grabbing operations.
mcp-testing
by marhoy
This document provides an overview and usage instructions for a Model Context Protocol (MCP) server, which facilitates communication between models and clients using the MCP technology.
bilibili-api-mcp-server
by njhzqj
A Model Context Protocol (MCP) server designed to interface with the Bilibili API, allowing for seamless integration and interaction with Bilibili's platform.