mnemosyne-mcp

CarlDog/mnemosyne-mcp
★ 0 stars TypeScript Memory/Knowledge Updated 1mo ago
MCP server for long-form storytelling on top of OpenChronicle memory
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mnemosyne-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "CarlDog/mnemosyne-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for long-form storytelling on top of OpenChronicle memory. Mnemosyne owns narrative logic; OpenChronicle (OC) owns persistent memory. Together they support continuity-aware storytelling sessions across many conversations — characters, scenes, lore, and rules persist between sessions because they live as OC memories, not as ephemeral context.