Skip to content
VS Code

СБИС (Saby) MCP (RU) — документы, подпись, ЭДО for VS Code

io.github.ilyautov/sbis-mcp-ru

API СБИС (Saby) в ИИ-ассистенте: документы, этапы ЭДО, подпись, сертификаты

client:VS Code transport:stdio runtime:pypi

Install СБИС (Saby) MCP (RU) — документы, подпись, ЭДО in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "sbis-session-id",
      "description": "SBIS_SESSION_ID",
      "password": true
    }
  ],
  "servers": {
    "sbis-mcp-ru": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sbis-mcp-ru"
      ],
      "env": {
        "SBIS_SESSION_ID": "${input:sbis-session-id}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

СБИС (Saby) MCP (RU) — документы, подпись, ЭДО in other clients