wisewall mcp for Zed
io.github.ti-ab/wisewall-mcp
Manage WiseWall sites from an AI coding assistant — deploy, configure DNS, secrets, and plans.
client:Zed
transport:stdio
runtime:npm
Install wisewall mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wisewall-mcp": {
"command": "npx",
"args": [
"-y",
"wisewall-mcp"
],
"env": {
"WISEWALL_TOKEN": "<WISEWALL_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs