Skip to main content
Glama

Pearl Agent Plugin

Connect Pearl to Codex, Claude, Cursor, and supported AI apps to find places, explore your taste, and review your visits, saved places, trips, and reservations. Eligible Pearl Reserve and Elite members can connect.

Start with the Quick Start & Tester Guide for features, example prompts, cards, and troubleshooting.

Pearl uses one authenticated MCP address: https://agent.joinpearl.co/mcp. Features depend on the connected app and the permissions you approve; the live MCP tools/list response is authoritative. Where available, visit edits, saved places and private trip changes require a preview and your explicit confirmation. Reconnect Codex, Claude or Cursor to approve the new permissions; ChatGPT keeps its submitted visit-only action set. Table availability does not hold or book a reservation. This MCP release cannot book, change, cancel, or pay for reservations.

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

Install

Install from this GitHub repository so your app can pull updates. Full per-app steps, including ChatGPT and Claude web, are in Connect Pearl to your AI app.

Codex Desktop and CLI

codex plugin marketplace add Pearl-Passport/pearl-agent-plugin
codex plugin add pearl@pearl-integrations
codex mcp login pearl

Update with codex plugin marketplace upgrade pearl-integrations. Remove with codex plugin remove pearl@pearl-integrations.

Claude Code

claude plugin marketplace add Pearl-Passport/pearl-agent-plugin
claude plugin install pearl@pearl-integrations
claude mcp login plugin:pearl:pearl

Claude Code refreshes the marketplace automatically; to update now, run claude plugin marketplace update pearl-integrations and claude plugin update pearl@pearl-integrations. Remove with claude plugin uninstall pearl@pearl-integrations.

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

Cursor desktop

Install Pearl from the Cursor Marketplace or your team marketplace when it is listed there. Otherwise, install it locally:

git clone --depth 1 https://github.com/Pearl-Passport/pearl-agent-plugin.git ~/pearl-agent-plugin
mkdir -p ~/.cursor/plugins/local
rsync -a --delete ~/pearl-agent-plugin/plugins/pearl/cursor/ ~/.cursor/plugins/local/pearl-cursor/

Reload Cursor, enable Pearl Cursor in Customize, and authenticate. To update, run git -C ~/pearl-agent-plugin pull --ff-only and the same rsync line; to remove, delete ~/.cursor/plugins/local/pearl-cursor. A local install does not reach hosted Cloud Agents or Grok Bot.

Related MCP server: @striderlabs/mcp-opentable

Manage access

Open Pearl → Settings → Account → Connected apps, or open Connected Apps. Choose Revoke to stop a connection without deleting your Pearl data.

Never share passwords, sign-in codes, access tokens, or payment details in chat.

Developer reference

CLI, Registry, and marketplace releases are separate from repository updates. Check the relevant release instructions before installing or publishing.

npm --prefix plugins/pearl test
npm --prefix plugins/pearl run validate
npm --prefix plugins/pearl run validate:live

Help and policies

Related MCP Connectors

Related MCP Servers