Agent Plugins Marketplace
All plugins

mind-diary

v0.1.0+codex.20260826013434

Connect the Mind Diary UAT pilot and work with private, revisioned knowledge, including exact local files.

Codex1 Skill2 MCP serversStreamable HTTPstdio

By Andrey Myasnikov0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mind-diary@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/xxsrez/marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mind-diary/.

Plugin files

plugins/mind-diary/
├── .codex-plugin/plugin.json
├── skills/mind-diary/SKILL.md
└── .mcp.json

Included Skills1

mind-diaryskills/mind-diary/SKILL.md

Use Mind Diary through its connected hosted content MCP and bundled exact-file companion to list and resolve accessible Minds, browse, search, fetch and validate Memories and BundleFiles, inspect immutable revisions, export a revision, explicitly commit bounded changes, incrementally transfer explicitly selected typed OKF entries, stage one authorized local regular file, and apply an already enabled routine automatic-capture policy. Trigger for Mind Diary, a Mind, Personal Mind, Memories, OKF content, BundleFiles, or a request to read or update the user's Mind Diary knowledge. Do not treat model/chat memory as Mind Diary content and do not make cross-Mind retrieval implicit.

MCP servers2

mind-diaryStreamable HTTP
url
https://mind-diary.xxsrez-work.chatgpt.site/api/mcp/2025-11-25
mind-diary-localstdio
command
./bin/mind-diary-local-launcher
cwd
.

Plugin manifests1

plugins/mind-diary/.codex-plugin/plugin.json
{
  "name": "mind-diary",
  "version": "0.1.0+codex.20260826013434",
  "description": "Connect the Mind Diary UAT pilot and work with private, revisioned knowledge, including exact local files.",
  "author": {
    "name": "Andrey Myasnikov",
    "url": "https://github.com/xxsrez"
  },
  "homepage": "https://mind-diary.xxsrez-work.chatgpt.site",
  "repository": "https://github.com/xxsrez/marketplace",
  "keywords": [
    "knowledge",
    "notes",
    "memory",
    "okf",
    "productivity"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Mind Diary UAT",
    "shortDescription": "Browse, update, and transfer selected Memories and files.",
    "longDescription": "Connect Codex to the restricted Mind Diary UAT pilot with OAuth on first use. Attach explicit read-only Minds, choose one writable Mind, browse, search, fetch, validate, export, safely commit Markdown Memories or arbitrary regular BundleFiles, and incrementally transfer explicitly selected typed OKF entries. A bundled macOS companion keeps exact local paths inside one process, stream-hashes and uploads through a short-lived hosted intent without base64 or full-file buffering. Every write preserves immutable history and uses binding plus revision concurrency.",
    "developerName": "Andrey Myasnikov",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://mind-diary.xxsrez-work.chatgpt.site",
    "defaultPrompt": [
      "Show the Minds I can access",
      "Search one Mind for a Memory",
      "Transfer one selected typed OKF Memory into my writable Mind"
    ],
    "brandColor": "#6C4BB6",
    "composerIcon": "./assets/composer-icon.svg",
    "logo": "./assets/mind-diary-logo.svg",
    "logoDark": "./assets/mind-diary-logo.svg"
  },
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mind-diary on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mind-diary)