panelica mcp for Zed
io.github.panelica/panelica-mcp
Manage a Panelica hosting panel in plain English - 404 scoped, HMAC-signed tools.
client:Zed
transport:stdio
runtime:npm
Install panelica mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"panelica-mcp": {
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "<PANELICA_BASE_URL>",
"PANELICA_API_KEY": "<PANELICA_API_KEY>",
"PANELICA_API_SECRET": "<PANELICA_API_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs