Install
Docker (recommended):
docker pull ghcr.io/onllm-dev/4dpocket:0.2.2Docker Compose:
curl -O https://raw.githubusercontent.com/onllm-dev/4DPocket/v0.2.2/docker-compose.yml
curl -O https://raw.githubusercontent.com/onllm-dev/4DPocket/v0.2.2/.env.example
cp .env.example .env
docker compose up -dPython:
pip install 4dpocket==0.2.2MCP Client
Connect stdio-based MCP clients (Claude Desktop, Cursor, etc.) to your instance:
npx -y @onllm-dev/4dpocket-mcp --url https://your.pocket.tld --token fdp_pat_xxxSee mcp-npm/README.md for full client config snippets.
Chrome Extension
- Download
4dpocket-chrome-extension-0.2.2.zipfrom the assets below - Unzip it
- Go to
chrome://extensions, enable Developer mode - Click Load unpacked and select the unzipped folder
- Click the extension icon, open Settings, enter your server URL and login
Full Changelog: v0.2.1...v0.2.2