PACK

Percona-Lab/PACK
★ 2 stars JavaScript 🤖 AI/LLM Updated 1mo ago
PACK - Portable Agent Context Keeper. A standalone MCP server for persistent AI memory backed by GitHub.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pack": {
      "command": "npx",
      "args": [
        "-y",
        "Percona-Lab/PACK"
      ]
    }
  }
}