ME

Manage and analyze episodic memory via MCP tools to retrieve historical context and identify behavioral patterns.

Install

mkdir -p .claude/skills/memory-mcp && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/395" && unzip -o skill.zip -d .claude/skills/memory-mcp && rm skill.zip

Installs to .claude/skills/memory-mcp

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use and troubleshoot the Memory MCP server for episodic memory retrieval and pattern analysis. Use when working with MCP server tools, validating the MCP implementation, or debugging MCP server issues.
201 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Query episodic memory
  • Analyze interaction patterns
  • Perform predictive modeling
  • Monitor server health metrics
  • Validate MCP implementation

How it works

It exposes episodic memory through the Model Context Protocol, allowing tools to query and analyze historical interaction data.

Inputs & outputs

You give it
Query parameters or analysis request
You get back
Retrieved memory or pattern insights

When to use memory-mcp

  • Retrieving past project context using query_memory
  • Analyzing user interaction patterns for behavior insights
  • Validating the integration of a Memory MCP server
  • Troubleshooting memory retrieval failures

About this skill

Memory MCP Server

Interacts with and troubleshoot the Memory Model Context Protocol (MCP) server for the self-learning memory system.

Quick Reference

When to Use

  • Starting or configuring the do-memory-mcp server
  • Using MCP tools for memory retrieval and pattern analysis
  • Validating the MCP server implementation
  • Debugging MCP server issues
  • Testing MCP tools using the MCP inspector
  • Understanding MCP configuration and environment variables

MCP Server Overview

The do-memory-mcp server exposes episodic memory functionality through the Model Context Protocol:

  • Query past experiences and learned patterns
  • Analyze successful strategies from historical episodes
  • Perform advanced statistical and predictive analysis
  • Monitor server health and metrics
  • Note: execute_agent_code is unavailable / fail-closed (WASM sandbox removed; no working execution backend)

Location: ./target/release/do-memory-mcp-server Configuration: .mcp.json Transport: stdio (Standard Input/Output)

Available MCP Tools

ToolPurpose
query_memoryQuery episodic memory for relevant past experiences
analyze_patternsAnalyze patterns from past episodes
advanced_pattern_analysisStatistical analysis, predictive modeling
execute_agent_codeUnavailable / fail-closed (WASM sandbox removed)
health_checkCheck server health status
get_metricsGet comprehensive monitoring metrics

See tools.md for detailed tool documentation and best-practices.md for usage guidelines.

Starting the Server

# Build
cargo build --release --bin do-memory-mcp-server

# Run directly
export TURSO_DATABASE_URL="file:./data/memory.db"
./target/release/do-memory-mcp-server

# Run via MCP Inspector for testing
npx -y @modelcontextprotocol/inspector ./target/release/do-memory-mcp-server

See configuration.md for full environment setup and validation.md for MCP Inspector workflow.

When not to use it

  • Real-time code execution
  • Non-episodic data storage

Prerequisites

Rust build environmentMCP server configuration

Limitations

  • Execution backend is unavailable
  • Requires specific server configuration

How it compares

It provides a standardized protocol for memory retrieval compared to custom database queries.

Compared to similar skills

memory-mcp side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
memory-mcp (this skill)628dReviewIntermediate
massgen-log-analyzer14moReviewAdvanced
python-repl64moReviewBeginner
memory-systems94moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry