{
  "markdown": "# Monologue plugin\n\nThe official agent plugin for [Monologue](https://www.monologue.to). Search and review your private voice notes from Codex, Claude Code, Cursor, Gemini CLI, and any client that supports the Agent Plugins specification.\n\nMonologue connects over OAuth to `https://api.monologue.to/mcp`. The integration is read-only and every result is scoped to the authenticated Monologue account.\n\n## What it can do\n\n- List recent notes with pagination.\n- Search notes by text and date range.\n- Retrieve a note, optionally including its transcript.\n- Prepare for meetings, create follow-ups, and synthesize weekly reviews.\n\n## Install\n\n### Codex\n\n```sh\ncodex plugin marketplace add EveryInc/monologue-plugin\ncodex plugin add monologue@monologue\n```\n\n### Claude Code\n\n```sh\nclaude plugin marketplace add EveryInc/monologue-plugin\nclaude plugin install monologue@monologue\n```\n\n### Cursor\n\nInstall Monologue from the Cursor Marketplace when the listing is approved. For local development, clone this repository and symlink it into Cursor's plugin directory:\n\n```sh\ngit clone https://github.com/EveryInc/monologue-plugin.git\nmkdir -p ~/.cursor/plugins\nln -s \"$(pwd)/monologue-plugin\" ~/.cursor/plugins/monologue\n```\n\n### Gemini CLI\n\n```sh\ngemini extensions install https://github.com/EveryInc/monologue-plugin\n```\n\nGemini's extension gallery discovers this repository through the `gemini-cli-extension` GitHub topic.\n\n### Agent Plugins clients\n\nThe portable entry points are [`plugin.json`](plugin.json) and [`mcp.json`](mcp.json).\n\n## Available MCP tools\n\n| Tool | Purpose |\n| --- | --- |\n| `list_recent_notes` | List the authenticated user's recent notes. |\n| `search_notes` | Search the user's notes by text and optional date filters. |\n| `get_note` | Retrieve one owner-scoped note and optionally its transcript. |\n\nThe plugin cannot create, edit, delete, or share notes.\n\n## Authentication and privacy\n\nThe first MCP request opens Monologue's browser-based OAuth flow. Access is limited to the `notes:read` scope. Credentials are managed by the host client and are not stored in this repository.\n\n- [Privacy policy](https://www.monologue.to/privacy)\n- [Terms of service](https://www.monologue.to/terms)\n- [Support](https://www.monologue.to/docs/support/contact-support)\n- [MCP documentation](https://www.monologue.to/docs/integrations/mcp)\n\n## Development\n\n```sh\nmake validate\nmake validate-network\nclaude plugin validate . --strict\n```\n\nMarketplace submission materials live in [`submission/`](submission/). See [`CONTRIBUTING.md`](CONTRIBUTING.md) for release requirements.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 2610,
  "sha": "7101153c0d05153014ea88edde065ef38d41d639f1a1cd30aac42749e782ee21",
  "repo_slug": "everyinc/monologue-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_everyinc_monologue_plugin_3b02073d/readme"
}