Back to MCP Servers

MemoryMesh

Enhanced graph-based memory with a focus on AI role-play and story generation

knowledge-memoryai

Installation

npx -y MemoryMesh

Configuration

{
  "mcpServers": {
    "MemoryMesh": {
      "command": "npx",
      "args": ["-y", "MemoryMesh"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub