Agent Plugins Marketplace
All plugins

centricmem-skill

v0.21.78

Hosted CentricMem librarian: organise and retrieve Markdown memory via host MCP.

CodexClaude CodeAgent Plugins1 Skill1 MCP serverStreamable HTTP

By Dr. ZLicense: PolyForm-Noncommercial-1.0.01 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 19, 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 centricmem-skill for Codex and Claude Code

Installs for the current user
codex plugin marketplace add zeyu-j/centricmem-skill
codex plugin marketplace upgrade centricmem
codex plugin add centricmem-skill@centricmem

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

Compatibility: the page URL and API slug “centricmem-skill-2” remain stable.

  • Codex: centricmem-skill-2@agent-plugin-marketplacecentricmem-skill@centricmem

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/zeyu-j/centricmem-skill

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

centricmem-skill/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/centricmem-agent/SKILL.md
└── .mcp.json

Included Skills1

centricmem-agentskills/centricmem-agent/SKILL.md

Organises and retrieves Markdown memory on the hosted CentricMem librarian (search, notes, decisions, transcripts). Use when starting a session, resuming after context compress / checkpoint / new chat, filing Non-Micro work, searching project memory, connecting an agent key, or refreshing this Skill.

MCP servers1

centricmemStreamable HTTP
url
https://mem.centricmem.com/mcp

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "centricmem-skill",
  "version": "0.21.78",
  "description": "Hosted CentricMem librarian: organise and retrieve Markdown memory via host MCP.",
  "author": {
    "name": "Dr. Z",
    "email": "[email protected]",
    "url": "https://github.com/zeyu-j"
  },
  "homepage": "https://centricmem.com",
  "repository": "https://github.com/zeyu-j/centricmem-skill",
  "license": "PolyForm-Noncommercial-1.0.0",
  "keywords": [
    "centricmem",
    "mcp",
    "memory",
    "skill",
    "agent-plugins",
    "agent-skills"
  ],
  "skills": "./skills/",
  "mcpServers": "./mcp.json",
  "interface": {
    "displayName": "CentricMem",
    "shortDescription": "Hosted librarian for agent memory",
    "longDescription": "Organise and retrieve Markdown memory on the hosted CentricMem librarian. After install, this agent (and each client you install into) tries https://centricmem.com/login?signup=1 and a /connect?device= URL. Plugin mcp.json or mcp add with no Bearer is not a completed connect. If minting that URL fails, run centricmem doctor connect and they email [email protected] with that output; then MCP OAuth only if this agent will receive the browser login. Never paste keys in chat. Never download a settings file that contains a key.",
    "developerName": "Dr. Z",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://centricmem.com",
    "logo": "./assets/icon.svg",
    "composerIcon": "./assets/icon.svg",
    "privacyPolicyURL": "https://centricmem.com/privacy",
    "termsOfServiceURL": "https://centricmem.com/terms",
    "screenshots": [
      "./assets/icon.svg"
    ],
    "defaultPrompt": [
      "File this session into CentricMem.",
      "Search my CentricMem shelves for that decision.",
      "Connect this agent to the CentricMem librarian. If cm_* are missing, send signup and a /connect?device= URL this turn."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "centricmem-skill",
  "description": "Hosted CentricMem librarian: organise and retrieve Markdown memory via host MCP. After install, if cm_* are missing send https://centricmem.com/login?signup=1 and a /connect?device= URL; never paste keys in chat.",
  "version": "0.21.78",
  "author": {
    "name": "Dr. Z",
    "email": "[email protected]"
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "centricmem-skill",
  "version": "0.21.78",
  "description": "Hosted CentricMem librarian: organise and retrieve Markdown memory via host MCP.",
  "author": {
    "name": "Dr. Z",
    "email": "[email protected]",
    "url": "https://github.com/zeyu-j"
  },
  "homepage": "https://centricmem.com",
  "repository": "https://github.com/zeyu-j/centricmem-skill",
  "license": "PolyForm-Noncommercial-1.0.0",
  "keywords": [
    "skill",
    "centricmem",
    "mcp",
    "memory",
    "agent-plugins",
    "agent-skills",
    "cursor",
    "codex",
    "copilot",
    "kiro",
    "kilo",
    "codebuddy",
    "workbuddy",
    "kimi",
    "hermes",
    "pi",
    "openclaw",
    "dsh-plugin"
  ]
}

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

[centricmem-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/centricmem-skill-2)