Memoria

RazMake/Memoria
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
A VS Code extension that transforms a given workspace into a notebook with fast scaffolding templates, editing macros, and blueprint‑specific assistants powered by MCP servers.
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": {
    "memoria": {
      "command": "npx",
      "args": [
        "-y",
        "RazMake/Memoria"
      ]
    }
  }
}