uk business intelligence for Zed
io.github.fluke-studio/uk-business-intelligence
Enrich any UK business with Companies House, Google Places, DNS, and social data.
client:Zed
transport:stdio
runtime:npm
Install uk business intelligence in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"uk-business-intelligence": {
"command": "npx",
"args": [
"-y",
"uk-business-intelligence-mcp"
],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>",
"COMPANIES_HOUSE_API_KEY": "<COMPANIES_HOUSE_API_KEY>",
"GOOGLE_PLACES_API_KEY": "<GOOGLE_PLACES_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs