This is the cleanest public page for the Exa distribution example. If you are at Exa and you just found Pluxx, the short version is:Documentation Index
Fetch the complete documentation index at: https://docs.pluxx.dev/llms.txt
Use this file to discover all available pages before exploring further.
- you already have a strong public MCP
- you already have a strong Claude-first workflow shape
- Pluxx is the source-of-truth layer that turns those into one maintained plugin project for Claude Code, Cursor, Codex, and OpenCode
- can Pluxx take a strong Claude-first research-plugin shape and carry it across the core four
- is there a public example that is not just a docs workflow
- does Pluxx support specialist agents, commands, auth, and richer brand metadata together
Install in your host
If you just want to try it, start here. Important:- this example includes a local
sessionStarthook:scripts/check-exa-setup.sh - the hook only reports whether
EXA_API_KEYis set and prints setup guidance - using these installers means explicitly trusting that local hook
What this example proves
The source project inexample/exa-plugin proves that one maintained Pluxx source project can package an Exa-style research operator workflow for:
- Claude Code
- Cursor
- Codex
- OpenCode
- Exa’s public MCP
- Exa’s public docs
- the workflow shape of Exa’s official Claude plugin
What Pluxx changes for a team like Exa
Without Pluxx, expanding beyond one host usually means rebuilding the same workflow layer several times:- once for Claude Code
- again for Cursor
- again for Codex
- again for OpenCode
What is inside the source project
The example includes:- specialist agents:
people-scoutcompany-scoutcode-scoutnews-scoutsource-auditorsynthesis-reviewer
- explicit workflow commands:
- deep research
- company research
- people research
- code research
- source review
- news brief
- shared auth and setup guidance
- rich brand metadata:
- icon
- screenshots
- color
- default prompts
- website / privacy / terms links
Mechanical proof
Primary proof doc: That proof covers:doctorlintbuildinstallverify-install
- Claude Code
- Cursor
- Codex
- OpenCode
Live workflow proof
This is no longer only a build/install example. The Exa plugin shape is now live-proven across real host surfaces:- Claude Code app
- Cursor interactive flow
- Codex Desktop app
- OpenCode CLI
Why this example matters
This example is useful because it shows what Exa could look like beyond a single Claude-first surface. The important outcome is not just that Exa search is callable. It is that one maintained workflow layer can now reach:- Claude Code
- Cursor
- Codex
- OpenCode
What Pluxx actually adds
Pluxx is not replacing Exa’s MCP and it is not pretending one host can behave exactly like another. What it adds is:- one maintained source project for the workflow layer
- native commands, skills, subagents, and install packaging per host
- shared auth and setup guidance
- install verification instead of trusting generated files alone
- one place to improve prompts, workflow structure, and branding instead of redoing that work host by host