| name | julien-mcp-basic-memory |
| description | Install Basic Memory MCP for persistent memory between Claude sessions. Use when user needs memory/context persistence via uvx. |
| category | mcp |
| triggers | install basic memory mcp, persistent memory, memory mcp |
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:
- Check for existing
.mcp.jsonin the project root - Merge configuration - Add this server to
mcpServers:
{
"basic-memory": {
"command": "uvx",
"args": ["basic-memory", "mcp"]
}
}
- If
.mcp.jsondoesn't exist, create it with the full structure:
{
"mcpServers": {
"basic-memory": {
"command": "uvx",
"args": ["basic-memory", "mcp"]
}
}
}
Prerequisites
uvxmust be installed (comes withuv)
Usage After Installation
Restart Claude Code to activate the MCP server.
Skill Chaining
- Input: User request to install Basic Memory MCP
- Output: Configured
.mcp.jsonwith 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 |