Gigachat_MCP_server
by GavrSU
GigaChat API
包含用于处理Sber GigaChat API的MCP服务器的仓库。
结构
GigachatAPI/
├── start_mcp.bat # Батник для запуска сервера
├── requirements.txt # Зависимости Python
├── README.md # Документация
├── mcp_server/ # MCP сервер
│ ├── server.py # Основной сервер
│ ├── auth.py # Авторизация
│ └── ...
└── Snippets/ # Примеры кодаRelated MCP server: Code MCP Server
快速开始
安装依赖:
pip install -r requirements.txt启动服务器:
# Windows start_mcp.bat # Linux/Mac cd mcp_server && python server.py首次启动时,服务器会请求auth key(Basic base64)。
MCP服务器
参见 mcp_server/README.md 获取详细文档。 附注:snippets文件夹只是Sber自己用Postman创建的代码示例。它不参与MCP服务器本身,仅作为开发参考,但我决定暂时保留这个文件夹。
This server cannot be installed
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
- AlicenseAqualityFmaintenanceModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.6178257MIT
- AlicenseCqualityFmaintenanceEnables AI agents and assistants like Goose or Claude to interact with VS Code through the Model Context Protocol.762275Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI clients like Cursor and Claude Desktop to interact with the MelviChat platform through the Model Context Protocol. It provides a standardized interface for consuming MelviChat API services within AI development tools.
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for interacting with OpenAI's tools and services through the Model Context Protocol, enabling seamless integration with MCP-compliant applications.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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