Skip to content
Gemini CLI

UK Companies House for Gemini CLI

io.github.robertalsop/companies-house

UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more.

client:Gemini CLI transport:stdio runtime:pypi

Install UK Companies House 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": {
    "companies-house": {
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ],
      "env": {
        "COMPANIES_HOUSE_API_KEY": "<COMPANIES_HOUSE_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

UK Companies House in other clients