RWM-MCP

LuciferMornens/RWM-MCP

3.3

If you are the rightful owner of RWM-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Resumable Working Memory (RWM) MCP Server provides terminal coding agents with a durable working memory, enabling them to resume sessions with relevant context.

Tools

Functions exposed to the LLM to take actions

memory_resume

Return a 'Now' bundle with objective, active tasks, last decisions/failures, and pointer IDs within the token budget.

memory_commit

Append a state frame with decisions, artifacts, and durable facts.

memory_update

Update an existing task, overwrite an artifact's stored diff text/metadata, or revise a fact by ID.

memory_fetch

Retrieve a record by ID, with artifacts returning a resource link.

memory_span

Read a specific file range within the configured root.

memory_search

Lightweight lookup for task/event/fact IDs matching a query.

memory_checkpoint

Create a labeled checkpoint for milestones.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources