Yzel — 1C:Enterprise for Gemini CLI
io.github.aiyo28/yzel
Query and update 1C:Enterprise over OData v3. Cyrillic-aware, Fresh and on-prem.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Yzel — 1C:Enterprise in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"yzel": {
"command": "uvx",
"args": [
"yzel"
],
"env": {
"YZEL_KEY": "<YZEL_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs