moltbridge for Zed
io.github.jkheadley/moltbridge
Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.
client:Zed
transport:stdio
runtime:npm
Install moltbridge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"moltbridge": {
"command": "npx",
"args": [
"-y",
"moltbridge"
],
"env": {
"MOLTBRIDGE_AGENT_ID": "<MOLTBRIDGE_AGENT_ID>",
"MOLTBRIDGE_SIGNING_KEY": "<MOLTBRIDGE_SIGNING_KEY>",
"MOLTBRIDGE_BASE_URL": "<MOLTBRIDGE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs