Диадок MCP (RU) — ЭДО, документы, контрагенты for VS Code
io.github.ilyautov/diadoc-mcp-ru
API Диадока в ИИ-ассистенте: документы ЭДО, контрагенты, подписание, МЧД
client:VS Code
transport:stdio
runtime:pypi
Install Диадок MCP (RU) — ЭДО, документы, контрагенты in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "diadoc-client-id",
"description": "DIADOC_CLIENT_ID",
"password": true
},
{
"type": "promptString",
"id": "diadoc-token",
"description": "DIADOC_TOKEN",
"password": true
}
],
"servers": {
"diadoc-mcp-ru": {
"type": "stdio",
"command": "uvx",
"args": [
"diadoc-mcp-ru"
],
"env": {
"DIADOC_CLIENT_ID": "${input:diadoc-client-id}",
"DIADOC_TOKEN": "${input:diadoc-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs