memory-mcp

Configure and operate the Memory MCP server for episodic memory retrieval and pattern analysis.

11|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill memory-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-mcp
Source: https://github.com/d-o-hub/rust-self-learning-memory/tree/main/.claude/skills/memory-mcp
Command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill memory-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance to use and troubleshoot the Memory MCP server, enabling episodic memory retrieval, pattern analysis, and secure sandboxed execution through MCP tools.

Core Features & Use Cases

  • Server setup & configuration: starting/configuring the memory-mcp server.
  • MCP tool usage: query_memory, analyze_patterns, advanced_pattern_analysis, execute_agent_code.
  • Health & diagnostics: health_check, get_metrics, and troubleshooting workflows.

Quick Start

Start the MCP server from the release path and verify health with health_check; then run query_memory to retrieve relevant episodes.

Frequently Asked Questions about memory-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up and start the Memory MCP server?

Start the Memory MCP server from the release path and verify it's running using the health_check tool. Once confirmed healthy, you can begin querying memory and analyzing patterns through the available MCP tools.

What MCP tools are available for memory retrieval and pattern analysis?

Memory-mcp provides query_memory for episodic retrieval, analyze_patterns and advanced_pattern_analysis for pattern discovery, and execute_agent_code for sandboxed code execution. Each tool integrates with the server for memory diagnostics and reasoning tasks.

How do I troubleshoot Memory MCP server health and performance issues?

Use health_check to validate server status and get_metrics to monitor performance. These diagnostics identify configuration problems, transport issues, and resource constraints affecting memory retrieval and pattern analysis operations.

Can I configure limits, timeouts, and caching for the Memory MCP server?

Yes, memory-mcp supports configurable options for limits, timeouts, and cache settings through environment variables and server configuration. These tune performance and resource usage for your specific memory and pattern-analysis workload.

Does Memory MCP work with stdio transport and sandboxed execution?

Memory-mcp satisfies functional requirements for stdio transport and sandboxed code execution. This enables secure episodic memory retrieval and statistical or causal analysis within isolated environments.