Baron for Zed
io.github.loncadev/baron
Let your coding agent write to your work tracker: issues, branches, PRs and CI, one contract.
client:Zed
transport:stdio
runtime:npm
Install Baron in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"baron": {
"command": "npx",
"args": [
"-y",
"@lonca/baron-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs