memory-spaces

melon-husk/memory-spaces
★ 1 stars TypeScript AI/LLM Updated today
A unified, space-separated memory MCP server for desktop LLM apps
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory-spaces": {
      "command": "npx",
      "args": [
        "-y",
        "melon-husk/memory-spaces"
      ]
    }
  }
}