Skip to main content
Glama
GavrSU

Gigachat_MCP_server

by GavrSU

GigaChat API

Репозиторий с MCP сервером для работы с API GigaChat от Сбера.

Структура

GigachatAPI/
├── start_mcp.bat         # Батник для запуска сервера
├── requirements.txt      # Зависимости Python
├── README.md             # Документация
├── mcp_server/           # MCP сервер
│   ├── server.py         # Основной сервер
│   ├── auth.py           # Авторизация
│   └── ...
└── Snippets/             # Примеры кода

Related MCP server: Code MCP Server

Быстрый старт

  1. Установить зависимости:

    pip install -r requirements.txt
  2. Запустить сервер:

    # Windows
    start_mcp.bat
    
    # Linux/Mac
    cd mcp_server && python server.py
  3. При первом запуске сервер запросит auth key (Basic base64).

MCP сервер

См. mcp_server/README.md для детальной документации. П.С. Папка со сниппетами - это просто пример кода от самого сбера созданный с помощью Postman. Он не участвует в самом mcp сервере, а нужен был только как образец для разработки, но я решил пока что оставить эту папку.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GavrSU/Gigachat_MCP_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server