openpouch for VS Code
io.github.openpouch/openpouch
Agent-native hosting: deploy any folder to a live URL in one command. No approve tool.
client:VS Code
transport:stdio
runtime:npm
Install openpouch in VS Code
.vscode/mcp.json
{
"servers": {
"openpouch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openpouch/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs