← Index

io.github.theYahia/gigachat-mcp

io.github.theYahia/gigachat-mcp·v1.0.1·Memory & RAG
Quality Score
85
/100

MCP server for Sber GigaChat API — chat completions, models, embeddings.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gigachat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/gigachat-mcp"
      ],
      "env": {
        "GIGACHAT_AUTH_KEY": "<your-gigachat_auth_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gigachat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/gigachat-mcp"
      ],
      "env": {
        "GIGACHAT_AUTH_KEY": "<your-gigachat_auth_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/gigachat-mcp
§02  Environment variables
GIGACHAT_AUTH_KEY
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG