Skip to content
Cursor

pocketnook for Cursor

io.github.shotintoeternity/pocketnook

Deploy repositories or local folders to private Pocketnook URLs from any MCP client.

client:Cursor transport:stdio runtime:npm

Install pocketnook in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pocketnook": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pocketnook/mcp"
      ],
      "env": {
        "POCKETNOOK_TOKEN": "<POCKETNOOK_TOKEN>",
        "POCKETNOOK_URL": "<POCKETNOOK_URL>"
      }
    }
  }
}

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

pocketnook in other clients