Agent Plugins Marketplace
All plugins

codex-memory-brain

v0.1.9

Local repo-aware engineering memory for Codex and OpenCode, backed by SQLite FTS5 over MCP.

Codex1 Skill1 MCP serverstdio

By CristianLicense: MIT58 GitHub starsUpdated 4 months ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
May 25, 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 codex-memory-brain for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-memory-brain@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/ccycv/codex-memory-brain

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

Plugin files

codex-memory-brain/
├── .codex-plugin/plugin.json
├── skills/codex-memory/SKILL.md
└── .mcp.json

Included Skills1

codex-memoryskills/codex-memory/SKILL.md

Retrieve and maintain local repo-aware Codex memory through the codex-memory-brain MCP server.

MCP servers1

codex-memory-brainstdio
command
python3
args
./server/memory_brain_mcp.py

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "codex-memory-brain",
  "version": "0.1.9",
  "description": "Local repo-aware engineering memory for Codex and OpenCode, backed by SQLite FTS5 over MCP.",
  "author": {
    "name": "Cristian"
  },
  "license": "MIT",
  "keywords": [
    "codex",
    "memory",
    "mcp",
    "sqlite",
    "local-first"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex Memory Brain",
    "shortDescription": "Local durable memory for coding work.",
    "longDescription": "Codex Memory Brain gives coding agents a local, repo-aware memory layer through MCP. It stores durable engineering facts, commands, decisions, gotchas, landmarks, and preferences in SQLite with FTS5 search. The v1 plugin is fully local and makes no network calls.",
    "developerName": "Cristian",
    "category": "Coding",
    "capabilities": [
      "Local SQLite memory store",
      "Repo-aware context retrieval",
      "MCP tools and resources",
      "MCP prompts for visible UI entry points",
      "Structured repo memory audit",
      "Multi-day project continuity checkpoints",
      "OpenCode goal tracking companion",
      "Secret and prompt-injection safeguards"
    ],
    "defaultPrompt": "Use codex-memory before repo work. Show Memory Brain status and save durable non-secret repo facts."
  },
  "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.

[codex-memory-brain on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-memory-brain)