companies house for Zed
io.github.aicayzer/companies-house
UK Companies House public register: search companies, officers, ownership, filings and documents.
client:Zed
transport:stdio
runtime:npm
Install companies house in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"companies-house": {
"command": "npx",
"args": [
"-y",
"companies-house-mcp"
],
"env": {
"COMPANIES_HOUSE_API_KEY": "<COMPANIES_HOUSE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs