Official Char plugin for Codex, Claude Code, Cursor, and compatible agents. Search and read the pages you explicitly share through Char's hosted MCP service.
- In Char, open Settings → Account → Cloud access for agents.
- Select pages and choose Share selected pages. This uploads copies that Char and authorized agents can read, separately from encrypted device sync.
- Install the plugin and sign in to Char when the agent requests access.
Agents can read uploaded pages while Char is closed. Updates upload from the publishing desktop while Char is running. The cloud plugin does not require a local CLI or MCP process.
codex plugin marketplace add fastrepl/char-agent-plugin
codex plugin add char@fastrepl-charStart a new task after installation so Codex loads the plugin.
/plugin marketplace add fastrepl/char-agent-plugin
/plugin install char@fastrepl-char
This repository includes a Cursor marketplace manifest and a portable plugin at plugins/char. For direct MCP configuration:
{
"mcpServers": {
"char": { "type": "http", "url": "https://char.com/api/mcp" }
}
}The shared skill can also be installed from plugins/char/skills/char.
get_statusreports sharing status and the last upload time.searchfinds shared cloud pages.export_pagereturns a page snapshot as Markdown without changing it.
These tools are read-only. Only selected pages are uploaded; attachment files and recordings are excluded. Results include publishedAt so agents can report freshness. Local deletion removes a cloud copy on the next successful upload. Turn off and delete cloud copies revokes sharing when the server confirms it. Signing out stops updates but does not delete existing cloud copies.
See setup and MCP inputs. The local CLI remains a separate optional workflow for local data and editing.
Version 0.2.0 replaces the local stdio connection used by 0.1.x. Existing installations must update the plugin and complete Char OAuth sign-in.
