Skip to content
Gemini CLI

mcp-egrul for Gemini CLI

io.github.atomno-mcp/mcp-egrul

EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.

client:Gemini CLI transport:stdio runtime:pypi

Install mcp-egrul in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-egrul": {
      "command": "uvx",
      "args": [
        "atomno-mcp-egrul"
      ],
      "env": {
        "ATOMNO_API_KEY": "<ATOMNO_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp-egrul in other clients