Source instructions onlyA profile for exposing persistent project memory to an agent through an MCP-style interface.

Install or setup path

Follow the upstream source for installation instructions.

No verified install command on this page

This profile is useful for evaluation and workflow context, but WhichAITools did not verify one direct install command for it. Use the linked source instructions instead of guessing.

Source instructions

Use this profile for

Builders who want a more structured memory service for agent workflows than ad-hoc chat history or oversized instruction files.

Primary categoryChannel Operations
Source count1
OpenClaw relevantNo

What it does

This profile focuses on memory as an MCP-backed service: storing project context, surfacing relevant notes, and making durable knowledge available to an agent workflow. It helps teams think through how persistent memory should be queried and updated instead of stuffing everything into prompts or CLAUDE.md files.

Best for

Builders who want a more structured memory service for agent workflows than ad-hoc chat history or oversized instruction files.

Why it stands out

It treats memory as a tool surface with its own lifecycle and governance rather than as a hidden prompt hack.

Adopt this skill carefully

Return to the parent path

Move back to the category or hub instead of jumping to the homepage and losing context.

Cross-check the method

Review methodology and manuals before treating a public profile or copied command like production-ready guidance.

Use the surrounding workflow hub

When the profile belongs to OpenClaw operations, continue inside the OpenClaw cluster instead of starting over.

Safety notes

  • Persistent memory layers can quietly accumulate sensitive data, so define what is allowed into memory before connecting the service broadly.
  • Review how memory writes are triggered so bad or low-signal context does not become durable workflow state.
  • Keep retrieval scoped and auditable so the agent does not pull unrelated or stale memory into the wrong task.

Source context

从 SkillsMP 发现的 skill,autoScore 6/10。需要人工审查后方可升级至 bruce-tested。

clude-memory-mcp on SkillsMP

Related profiles

memory-management-working-memory-format-claudemd

Use this profile when the challenge is not creating CLAUDE.md but deciding how to format persistent working memory inside it. It fits teams that want repo instructions, plans, and context blocks to stay readable for both humans and Claude Code.

update-claude-md

Use this profile when a repository already has Claude instructions but they are outdated, incomplete, or drifting from reality. It is especially useful after toolchain changes, workflow shifts, or repeated assistant mistakes.

MCP Server Setup

Use this profile when Claude Code needs live access to databases, APIs, file systems, or operator tools through MCP and you want the connection model to stay legible.