Agent Plugins Marketplace
All plugins

mempalace

v3.7.0

Give your AI a memory — mine projects and conversations into a searchable palace. 36 MCP tools, auto-save hooks, and guided setup.

Codex2 Skills1 MCP serverstdio

By milla-jovovichLicense: MIT58.3k GitHub starsUpdated last month

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Aug 8, 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 mempalace 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 mempalace@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/MemPalace/mempalace

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

mempalace/
├── .codex-plugin/plugin.json
├── skills/mempalace/SKILL.md
├── skills/mempalace-recall/SKILL.md
└── .mcp.json

Included Skills2

mempalaceskills/mempalace/SKILL.md

MemPalace — mine projects and conversations into a searchable memory palace. Use when the user asks about MemPalace, memory palace, mining memories, searching memories, palace setup, wings, rooms, or drawers; or when they want to recall past work that may already be filed in their palace.

mempalace-recallskills/mempalace-recall/SKILL.md

Recall protocol for MemPalace — search the palace before answering about past work, people, projects, or prior decisions. Apply when the user asks what was decided, what happened before, who someone is, what was discussed last time, or anything that may already be filed in their memory palace; or when mempalace-recall is invoked. Complements the mempalace setup skill and requires the mempalace-mcp server.

MCP servers1

mempalacestdio
command
mempalace-mcp

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "mempalace",
  "version": "3.7.0",
  "description": "Give your AI a memory — mine projects and conversations into a searchable palace. 36 MCP tools, auto-save hooks, and guided setup.",
  "author": {
    "name": "milla-jovovich"
  },
  "homepage": "https://github.com/MemPalace/mempalace",
  "repository": "https://github.com/MemPalace/mempalace",
  "license": "MIT",
  "keywords": [
    "memory",
    "ai",
    "rag",
    "mcp",
    "chromadb",
    "palace",
    "search"
  ],
  "skills": "./skills/",
  "hooks": "./hooks.json",
  "mcpServers": {
    "mempalace": {
      "command": "mempalace-mcp"
    }
  },
  "interface": {
    "displayName": "MemPalace",
    "shortDescription": "AI memory system for Codex",
    "longDescription": "Give your AI a persistent memory — mine projects and conversations into a searchable palace backed by ChromaDB, with 36 MCP tools, auto-save hooks, and guided skills.",
    "developerName": "milla-jovovich",
    "category": "Coding",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/MemPalace/mempalace",
    "privacyPolicyURL": "https://github.com/MemPalace/mempalace",
    "termsOfServiceURL": "https://github.com/MemPalace/mempalace",
    "defaultPrompt": [
      "Search my memories for recent decisions",
      "Mine this project into my memory palace",
      "Show my palace status and room counts"
    ],
    "brandColor": "#7C3AED"
  }
}

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

[mempalace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mempalace)