pocketnook for Cline
io.github.shotintoeternity/pocketnook
Deploy repositories or local folders to private Pocketnook URLs from any MCP client.
client:Cline
transport:stdio
runtime:npm
Install pocketnook in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"pocketnook": {
"command": "npx",
"args": [
"-y",
"@pocketnook/mcp"
],
"env": {
"POCKETNOOK_TOKEN": "<POCKETNOOK_TOKEN>",
"POCKETNOOK_URL": "<POCKETNOOK_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs