Loading MCP server directory, please wait...
Deploy repositories or local folders to private Pocketnook URLs from any MCP client.
npx @getmcp/cli add io.github.shotintoeternity/pocketnookRequires Node.js 18+. Community-contributed server. Review source before installing.
POCKETNOOK_TOKENAn agent token minted at pocketnook.dev/home under "Agent access". Acts on its owner's own nooks only; 90-day expiry.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.shotintoeternity/pocketnook": {
"command": "npx",
"args": [
"-y",
"@pocketnook/mcp"
],
"env": {
"POCKETNOOK_TOKEN": "",
"POCKETNOOK_URL": ""
}
}
}
}