Agent skill

julien-mcp-basic-memory

Install Basic Memory MCP for persistent memory between Claude sessions. Use when user needs memory/context persistence via uvx.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/product/julien-mcp-basic-memory

SKILL.md

MCP Basic Memory Installer

This skill installs the Basic Memory MCP server into the current project.

Installation Procedure

When the user asks to install Basic Memory MCP:

  1. Check for existing .mcp.json in the project root
  2. Merge configuration - Add this server to mcpServers:
json
{
  "basic-memory": {
    "command": "uvx",
    "args": ["basic-memory", "mcp"]
  }
}
  1. If .mcp.json doesn't exist, create it with the full structure:
json
{
  "mcpServers": {
    "basic-memory": {
      "command": "uvx",
      "args": ["basic-memory", "mcp"]
    }
  }
}

Prerequisites

  • uvx must be installed (comes with uv)

Usage After Installation

Restart Claude Code to activate the MCP server.

Skill Chaining

  • Input: User request to install Basic Memory MCP
  • Output: Configured .mcp.json with basic-memory server
  • Tools Used: Read, Edit, Write
  • Chains With: Context7 MCP for enhanced context

Troubleshooting

Problem Solution
uvx not found Install uv from astral.sh
Memory corrupt Delete and recreate memory database
Package not found Run uv cache clean
Permission denied Check write permissions on data directory

Didn't find tool you were looking for?

Be as detailed as possible for better results