Skip to main content
The public Pidgeon MCP adapter (@pidgeonhealth/pidgeon-mcp) exposes the community capabilities of the Pidgeon CLI over the Model Context Protocol. In CLI mode it launches the local pidgeon command; in Bridge mode it connects to a running desktop Bridge and registers only the capabilities that Bridge advertises.
The MCP transport is the delivery mechanism, not the entitlement. The free/paid line is enforced at Bridge authentication + a validated subscription — not at the transport. A free agent loop is never broken by a hard error; it degrades gracefully.

The one rule

One valid message is free. Production volume, team leverage, and live-interface tools are paid.

Install

The server is an npm package that shells out to the Pidgeon CLI (CLI mode) or talks to a running desktop app’s Bridge (Bridge mode). The beta release is 0.1.0-beta.1.
1

Install the CLI

2

Add the server to your MCP client

Point your client at the published package. Claude Desktop, Cursor, and VS Code all take the same shape:

Two transport modes

The PIDGEON_MODE environment variable selects the transport, and the transport determines which tools register. In Bridge mode, the server registers only what the Bridge advertises for your tier. If it can’t reach an advertisement (older build, Bridge unreachable), it fails closed to the community set — it never materializes a Pro tool from a client-side label. See the tool catalog for the exact split.

On-device AI

AI-assisted tools (for example refine_hl7_segment) default to a bundled on-device model — no API key, and no message content leaves the machine. Set it up once:
BYOK (a cloud provider) is optional and never required. The free explain_error tool needs no model at all.

Environment variables

Guided prompts

The server ships six guided prompts that chain tools into a complete workflow. Each is honest about where the free line falls — a free agent gets the full diagnosis and never a hard stop.
In CLI mode, the three fully free workflows (debug_hl7_error, go_live_prep, onboard_vendor_interface) register out of the box — every tool they chain is in the community catalog. The other three chain Pro tools and appear in Bridge mode, advertised for your tier.

Reference resources

Six read-only resources give an agent its bearings before it acts:

Next steps