pubrio for Zed
io.github.pubrio/pubrio
Glocalized business data layer for AI agents. Search companies, people, and signals.
client:Zed
transport:stdio
runtime:npm
Install pubrio in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pubrio": {
"command": "npx",
"args": [
"-y",
"pubrio-mcp-server"
],
"env": {
"PUBRIO_API_KEY": "<PUBRIO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs