streamable-httpMITupdated 9d ago
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 能做什么?
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 an eligible Pearl Access member. The server independently enforces admission, live Access eligibility, and OAuth scopes; installing this package cannot widen access.
Package 0.8.11 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 prior venue and profile card revisions successfully; the 1.4.0 / v7 card resource and every non-ChatGPT host remain subject to their own real-host canaries. 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
git clone --branch v0.8.11 --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
git clone --branch v0.8.11 --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
git clone --branch v0.8.11 --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.
Validate
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. After Pearl verifies ownership of the @joinpearl
npm scope and publishes through the protected Trusted Publishing workflow:
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 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.11 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, the capability snapshot, and source provenance.
Marketplace publication remains a separate host-review step. See submission paths 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
- Pearl trademarks and artwork: TRADEMARKS.md
安装
把 Pearl 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http pearl https://agent.joinpearl.co/mcpcodex mcp add pearl --url https://agent.joinpearl.co/mcp{
"mcpServers": {
"pearl": {
"url": "https://agent.joinpearl.co/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pearl": {
"type": "http",
"url": "https://agent.joinpearl.co/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pearl": {
"url": "https://agent.joinpearl.co/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pearl": {
"serverUrl": "https://agent.joinpearl.co/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档25/25
- 维护25/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.8.11最新 | 2026年8月30日 |
| 0.8.10 | 2026年8月27日 |
| 0.8.9 | 2026年8月25日 |
| 0.8.8 | 2026年8月25日 |
| 0.8.7 | 2026年8月24日 |