Skip to content
Cursor

openpouch for Cursor

io.github.openpouch/openpouch

Agent-native hosting: deploy any folder to a live URL in one command. No approve tool.

client:Cursor transport:stdio runtime:npm

Install openpouch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "openpouch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@openpouch/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openpouch in other clients