Pinboard
Can’t verify your account right now

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.

SHELL / SOURCE INSTALL
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-*.tgz

02 / 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.

  1. 01INITIALIZE
    pinboard init --configure

    Starts the local daemon and explicitly registers Pinboard with every detected provider.

  2. 02CLAUDE CODE / MCP
    claude mcp add --scope user pinboard -- pinboard mcp --provider claude-code

    Manual fallback if Claude Code was not available during initialization.

  3. 03CODEX / MCP
    codex mcp add pinboard -- pinboard mcp --provider codex

    Manual fallback if Codex was not available during initialization.

  4. 04VERIFY
    pinboard doctor --json

    Produces 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.

An active organization is required for Teams

Sign in and select a WorkOS organization before approving the device code. Personal setup above remains local and does not require an account.

Sign in for Teams

  1. 01AUTHENTICATE DEVICE
    pinboard auth login

    Opens the secure device approval flow and connects this machine to your active WorkOS organization.

  2. 02LINK REPOSITORY
    pinboard repo link

    Run inside a Git repository to link its normalized remote and current branch to your organization.

  3. 03SYNC NOW
    pinboard sync now

    Publishes 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.

Run pinboard doctor --json, then paste the complete result.

LOCAL READINESSUNKNOWN
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.