bytario for Zed
io.github.helloderekg/bytario
40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.
client:Zed
transport:stdio
runtime:npm
Install bytario in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bytario": {
"command": "npx",
"args": [
"-y",
"@bytario/mcp"
],
"env": {
"BYTARIO_API_KEY": "<BYTARIO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs