UK Companies House for Zed
io.github.robertalsop/companies-house
UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more.
client:Zed
transport:stdio
runtime:pypi
Install UK Companies House in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"companies-house": {
"command": "uvx",
"args": [
"bartram-companies-house"
],
"env": {
"COMPANIES_HOUSE_API_KEY": "<COMPANIES_HOUSE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs