Skip to main content
ClaudeWave

Official Pearl agent integration packages for Codex, Claude, and Cursor

PluginsOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/26/2026
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add Pearl-Passport/pearl-agent-plugin
/plugin install pearl-agent-plugin
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Use cases

Plugins overview

# Pearl Agent Plugin

Pearl's installable package connects Codex, Claude, Cursor, and Grok Bot to Pearl's authenticated remote MCP server at `https://agent.joinpearl.co/mcp`.

Pearl Agent access currently requires active Pearl Elite membership. The server enforces eligibility and OAuth scopes; installing this package cannot widen access.

Package `0.8.9` is read-only. Runtime MCP `tools/list` is authoritative. The public package contains thin host manifests, current workflow guidance, public documentation, approved brand assets, a presentation-only MCP Apps resource, and zero-dependency validation. The resource is source-wired to seven reviewed read tools, including member-scoped profile statistics and trip listings. ChatGPT has rendered the venue and profile cards successfully; every other host remains subject to its own real-host canary. The package contains no application, OAuth server, database, executor, environment, deployment configuration, or credential.

Repository availability does not mean Anthropic, Cursor, or OpenAI has approved, endorsed, or listed Pearl.

## Install

### Codex Desktop and CLI

```bash
git clone --branch v0.8.9 --depth 1 https://github.com/Pearl-Passport/pearl-agent-plugin.git
cd pearl-agent-plugin
codex plugin marketplace add .
codex plugin add pearl@pearl-integrations
codex mcp login pearl
```

### Claude Code

```bash
git clone --branch v0.8.9 --depth 1 https://github.com/Pearl-Passport/pearl-agent-plugin.git
cd pearl-agent-plugin
claude plugin marketplace add .
claude plugin install pearl@pearl-integrations
claude mcp login plugin:pearl:pearl
```

For Claude web/desktop Chat, add `https://agent.joinpearl.co/mcp` as a custom connector, enter public client ID `pearl-claude-hosted`, and leave the secret empty.

### Cursor IDE, Cloud Agents, and Grok Bot

```bash
git clone --branch v0.8.9 --depth 1 https://github.com/Pearl-Passport/pearl-agent-plugin.git
cd pearl-agent-plugin
mkdir -p ~/.cursor/plugins/local
test ! -e ~/.cursor/plugins/local/pearl-cursor
cp -R plugins/pearl/cursor ~/.cursor/plugins/local/pearl-cursor
```

Reload Cursor and enable **Pearl Cursor** in **Customize**. The plugin and server use the collision-resistant identifier `pearl-cursor`, public client ID `pearl-cursor`, no secret, seven read scopes, and the official hosted and desktop callbacks documented in [OAuth setup](plugins/pearl/docs/oauth.md).

## Validate

```bash
npm --prefix plugins/pearl test
npm --prefix plugins/pearl run validate
npm --prefix plugins/pearl/mcp-apps test
npm --prefix plugins/pearl/mcp-apps run validate
npm --prefix plugins/pearl run validate:live
npm --prefix plugins/pearl run validate:registry
npm --prefix plugins/pearl run validate:registry:schema
npm --prefix plugins/pearl run validate:registry:live
npm --prefix cli/pearl run check
npm --prefix cli/pearl test
npm --prefix cli/pearl run validate
```

### Pearl CLI release candidate

The same repository contains Pearl's standalone read-only CLI in
[`cli/pearl`](cli/pearl). After Pearl verifies ownership of the `@joinpearl`
npm scope and publishes through the protected Trusted Publishing workflow:

```bash
npm install --global @joinpearl/cli
pearl doctor --json
pearl login
pearl tools --json
```

Until that npm release exists, use the repository development instructions in
the CLI README. Do not install an unverified package with a similar name.

### MCP Registry release candidate

[`server.json`](server.json) is Pearl's remote-only metadata for the preview MCP Registry. It declares `io.github.Pearl-Passport/pearl-agent-plugin`, matching the case-sensitive public GitHub owner, and the same one Streamable HTTP endpoint used by every host wrapper. It contains no header, token, client secret, package runtime, or tool allowlist.

Registry publication is intentionally separate from source availability. It requires a reviewed `v0.8.9` release, a protected `mcp-registry-publish` GitHub environment with a required reviewer and release-tag restriction, and secretless GitHub OIDC. Until that protected workflow completes and the exact version is verified in the Registry, do not describe Pearl as listed there. The Registry is itself in preview.

See [cross-host setup](plugins/pearl/docs/setup.md), the [capability snapshot](plugins/pearl/skills/pearl-concierge/references/capabilities.md), and [source provenance](SOURCE.md).

Marketplace publication remains a separate host-review step. See [submission paths](plugins/pearl/docs/submission.md) for new applications and future release updates.

## Security, policies, and brand

- Support and security: `hello@joinpearl.co` (use `[Security]` in the subject line for vulnerability reports)
- Support: https://joinpearl.co/support
- Privacy: https://joinpearl.co/privacy
- Terms: https://joinpearl.co/terms
- Software license: [MIT](LICENSE)
- Pearl trademarks and artwork: [TRADEMARKS.md](TRADEMARKS.md)
claudecodexcursormcppearl

What people ask about pearl-agent-plugin

What is Pearl-Passport/pearl-agent-plugin?

+

Pearl-Passport/pearl-agent-plugin is plugins for the Claude AI ecosystem. Official Pearl agent integration packages for Codex, Claude, and Cursor It has 0 GitHub stars and its last recorded update is dated 2026-08-25.

How do I install pearl-agent-plugin?

+

You can install pearl-agent-plugin by cloning the repository (https://github.com/Pearl-Passport/pearl-agent-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Pearl-Passport/pearl-agent-plugin safe to use?

+

Our security agent has analyzed Pearl-Passport/pearl-agent-plugin and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains Pearl-Passport/pearl-agent-plugin?

+

Pearl-Passport/pearl-agent-plugin is maintained by Pearl-Passport. The last recorded GitHub activity is dated 2026-08-25, with 0 open issues.

Are there alternatives to pearl-agent-plugin?

+

Yes. On ClaudeWave you can browse similar plugins at /categories/plugins, sorted by popularity or recent activity.

Deploy pearl-agent-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Pearl-Passport/pearl-agent-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pearl-passport-pearl-agent-plugin)](https://claudewave.com/repo/pearl-passport-pearl-agent-plugin)
<a href="https://claudewave.com/repo/pearl-passport-pearl-agent-plugin"><img src="https://claudewave.com/api/badge/pearl-passport-pearl-agent-plugin" alt="Featured on ClaudeWave: Pearl-Passport/pearl-agent-plugin" width="320" height="64" /></a>