openpouch for Zed
io.github.openpouch/openpouch
Agent-native hosting: deploy any folder to a live URL in one command. No approve tool.
client:Zed
transport:stdio
runtime:npm
Install openpouch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"openpouch": {
"command": "npx",
"args": [
"-y",
"@openpouch/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs