The Pinboard API is unavailable, so your sign-in state could not be checked. This is not a signed-out session.
PERSONAL / LOCAL SETUP
Connect the agents already on your machine.
Install the current source build, initialize the local daemon, then register the same Pinboard MCP server with Claude Code and Codex. Your Personal data stays local.
01 / INSTALL
Build the current CLI from source.
These commands mirror the current public CLI repository. `npm run check` verifies types, lint, tests, and build before packaging.
git clone https://github.com/Vikings-Studio/usepinboard-cli.git
cd usepinboard-cli
npm ci
npm run check
npm pack
npm install -g ./usepinboard-cli-*.tgz02 / CONNECT
Initialize once. Register each provider.
--configure is explicit opt-in. Use the provider-specific commands only as fallbacks, then verify the result with doctor.
pinboard init --configureStarts the local daemon and explicitly registers Pinboard with every detected provider.
claude mcp add --scope user pinboard -- pinboard mcp --provider claude-codeManual fallback if Claude Code was not available during initialization.
codex mcp add pinboard -- pinboard mcp --provider codexManual fallback if Codex was not available during initialization.
pinboard doctor --jsonProduces the machine-readable report accepted below.
03 / TEAMS
Connect this machine to your organization.
Teams uses a separate device authorization grant. Sign in to the CLI, link the current Git repository, then synchronize once to publish presence and exchange queued messages.
Sign in and select a WorkOS organization before approving the device code. Personal setup above remains local and does not require an account.
pinboard auth loginOpens the secure device approval flow and connects this machine to your active WorkOS organization.
pinboard repo linkRun inside a Git repository to link its normalized remote and current branch to your organization.
pinboard sync nowPublishes presence, delivers queued messages, pulls the inbox, and flushes receipts.
04 / VERIFY
Render only what your machine reports.
This page cannot access Pinboard's permissioned local socket. Paste the JSON report yourself; it is parsed in this browser and is not sent to Pinboard Cloud.
- Node runtime
- UNKNOWN
- Local daemon
- UNKNOWN
- Claude Code
- UNKNOWN
- Codex
- UNKNOWN
- Privacy mode
- UNKNOWN
No machine report loaded. Run doctor locally and validate its JSON to replace these unknown states.