Plugins & Extensions

Bring Memory.Wiki everywhere.

Six surfaces, one hub. Capture from any AI, edit anywhere, deploy the same URL to Claude, ChatGPT, Cursor, and Codex. Every plugin writes into the same hub — your AI memory stays portable across every tool.

What you can do

Research across AIs

ChatGPT researches → Extension captures → memory.wiki/abc123 → Paste URL in Claude → Claude refines

Move knowledge between AIs without copy-paste formatting nightmares. The document is the bridge.

Capture → Publish → Share in 3 seconds

See a great AI response → Click Memory.Wiki button → Beautiful URL auto-generated → Send to anyone

Recipient sees a polished document, not a raw chat screenshot. No app needed to view it.

AI-readable document references

Publish to memory.wiki/abc123 → Tell any AI "read memory.wiki/abc123" → AI fetches and understands

Memory.Wiki URLs work as context for any AI. Your documents become reusable knowledge across conversations.

Preview any .md file in Finder

Select file → Press Space → Full rendering with code, math, diagrams → Click "Open in Memory.Wiki" to edit

macOS QuickLook shows raw Markdown by default. Memory.Wiki QuickLook shows it beautifully rendered.

Publish from your editor

Write in VS Code → Cmd+Shift+M preview → One command to publish → Share URL with team

Never leave your editor. Write, preview, publish. The URL updates when you push changes.

Build reports from multiple AI sessions

Capture ChatGPT analysis → Capture Claude code review → Capture Gemini summary → Combine in Memory.Wiki → Single URL

Each AI has strengths. Combine outputs from multiple AIs into one professional document.

Short URLs that AIs can read

Every Memory.Wiki document has a short URL. Share it with humans or paste it into any AI conversation. Claude, ChatGPT, and Gemini can all fetch and understand the content — your documents become reusable context across AI sessions and platforms.

No login wall. No paywall. The URL works everywhere — browsers, AI chats, Slack, email, embeds.

Example

You: Read memory.wiki/abc123 and summarize the key points
AI: Based on the document at memory.wiki/abc123, here are the key points...
You: Now compare with memory.wiki/def456

Chrome Extension

Memory.Wiki — Publish AI Output

One-click capture from ChatGPT, Claude, and Gemini. Open any GitHub .md file in Memory.Wiki for beautiful rendering. Turn AI conversations into shareable documents. The captured URL works as context in other AI conversations.

Add to Chrome
Memory.Wiki Chrome extension screenshot 1
Memory.Wiki Chrome extension screenshot 2
Memory.Wiki Chrome extension screenshot 3
Memory.Wiki Chrome extension screenshot 4

Platform Support

  • +ChatGPT (chat.openai.com)
  • +Claude (claude.ai)
  • +Gemini (gemini.google.com)
  • +GitHub — any .md file

Capture Methods

  • +Hover button — single AI response
  • +Popup — full conversation or selection
  • +GitHub — Open in Memory.Wiki button
  • +Right-click — any selected text

Smart Conversion

  • +HTML → clean Markdown
  • +Code blocks preserved
  • +Tables, lists, headings
  • +User/Assistant formatting

Seamless Transfer

  • +Small content → URL hash (instant)
  • +Large content → clipboard + toast
  • +Gzip compression (same as Memory.Wiki)
  • +Opens in Memory.Wiki editor

Install

1Download the extension package below
2Unzip the downloaded file
3Open chrome://extensions and enable Developer Mode (top right toggle)
4Click "Load unpacked" and select the unzipped folder
5Visit ChatGPT, Claude, or Gemini — the Memory.Wiki button appears
Download v2.0.042 KB
Add to ChromeDownload v2.0.0Quick Start Guide

MCP Server

memory-wiki-mcp on npm

Connect any AI tool to Memory.Wiki. Create, read, update, and manage documents programmatically.

Add to Claude
Claude Code
You: Publish my meeting notes to Memory.WikiClaude: I'll create the document now. mw_create({ markdown: "# Meeting Notes..." })Document created: URL: https://memory.wiki/abc123 Status: publicly accessibleYou: Make it private mw_publish({ id: "abc123", published: false })Document is now private (draft).

25 MCP Tools

  • +6 core CRUD -- create, read, update, delete, list, search
  • +Append/prepend -- grow logs and journals
  • +Sections -- outline, extract, replace by heading
  • +Sharing -- password, expiry, email allowlist
  • +Versions -- history, restore, diff
  • +Folders, stats, recent, duplicate, import URL

Compatibility

  • +Claude Web (claude.ai) -- hosted HTTP MCP
  • +Claude Desktop / Claude Code -- stdio
  • +Cursor / Windsurf / Zed -- HTTP or stdio
  • +ChatGPT, Gemini, and any MCP client

Developer Experience

  • +Auto-managed edit tokens
  • +Zero config -- just npx memory-wiki-mcp
  • +JSON in, JSON out
  • +Full REST API fallback

Install

Option A — Claude Web / Cursor (hosted, no install)

Add this URL in your client’s MCP / Connectors settings:

https://memory.wiki/api/mcp

Option B — Claude Desktop / Claude Code (local stdio)

Create .mcp.json in your project:

{
  "mcpServers": {
    "Memory.Wiki": {
      "command": "npx",
      "args": ["memory-wiki-mcp"]
    }
  }
}
Setup GuideView on npm|Quick Start Guide|API Reference

VS Code Extension

Memory.Wiki — Markdown Publisher

WYSIWYG preview with Memory.Wiki rendering quality, cloud sync, and real-time collaboration. Edit directly in the rendered view, auto-push on save, and resolve conflicts with the built-in diff editor.

Install Extension
Memory.Wiki VS Code extension — WYSIWYG preview with sidebar, toolbar, and document outline

WYSIWYG Preview

  • +Cmd+Shift+M opens editable preview
  • +Click and type directly in rendered view
  • +Toolbar: bold, italic, headings, lists
  • +Dark/Light theme auto-detection

Cloud Sync

  • +Auto-push on file save (2s debounce)
  • +Auto-pull when server changes detected
  • +Configurable polling interval (10-300s)
  • +Offline queue for failed pushes

Collaboration

  • +Share URL → anyone can view/edit
  • +Server changes pull to local file
  • +Conflict detection → VS Code diff editor
  • +Three merge options: pull/push/diff

Editor Integration

  • +Status bar: ✓ synced / ↑ pushing / ↓ pulling
  • +OAuth login via browser redirect
  • +.memorywiki.json sidecar for sync metadata
  • +Publish from command palette
  • +Sidebar with local/synced/cloud document bridge
  • +CodeMirror source view with GFM syntax highlighting
  • +View mode switcher (Live/Source)

Install

1Download the .vsix file below
2Open VS Code, go to Extensions (Cmd+Shift+X)
3Click ••• menu > Install from VSIX... > select the downloaded file
4Open any .md file > Cmd+Shift+M to preview
Install ExtensionDownload .vsixQuick Start Guide

Memory.Wiki for Mac

Desktop app — Electron

Native macOS desktop app with full Memory.Wiki editing, local file support, and drag-and-drop import for PDF, Word, PowerPoint, Excel, and 10+ formats. Double-click any .md file to open it in Memory.Wiki.

Download for Mac
Memory.Wiki for Mac — sidebar with cloud folders, Mermaid diagrams, tables, and document outline

Native File Integration

  • +Double-click .md to open in Memory.Wiki
  • +Drag & drop any supported format
  • +Save back to local file (Cmd+Shift+S)
  • +Recent files dashboard

Multi-Format Import

  • +Markdown, PDF, Word (.docx)
  • +PowerPoint (.pptx), Excel (.xlsx)
  • +HTML, CSV, JSON, XML, LaTeX
  • +RTF, reStructuredText, plain text

Full Memory.Wiki Editor

  • +WYSIWYG + Source editing modes
  • +Cloud sync and sharing
  • +All rendering: code, math, diagrams
  • +Dark/Light theme

Desktop Experience

  • +Native macOS title bar
  • +Single-instance with file handoff
  • +Keyboard shortcuts (Cmd+N/O/S)
  • +Offline fallback when disconnected

Install

1Download the DMG file below
2Open the DMG and drag Memory.Wiki to Applications
3Launch Memory.Wiki from Applications
Download for Mac97 MB (Apple Silicon)App Store (coming soon)Quick Start Guide

CLI Tool

Memory.Wiki — npm package

Publish Markdown from your terminal. Pipe from any command — tmux, AI assistants, git log, clipboard. Every output becomes a shareable URL.

npm install -g memory-wiki-cli
Terminal
# Publish a file$ mw publish README.mdhttps://memory.wiki/abc123 URL copied to clipboard# Pipe anything$ echo "# Hello World" | mw publishhttps://memory.wiki/def456 URL copied to clipboard# Read in terminal$ Memory.Wiki read abc123# Hello WorldThis is a published document...
mw publish README.md

Publish a file and get a URL

echo "# Hello" | mw publish

Publish from stdin (pipe)

tmux capture-pane -p | mw publish

Capture tmux pane

pbpaste | mw publish

Publish clipboard contents

Memory.Wiki pull abc123 -o doc.md

Download a document

Memory.Wiki list

List your published documents

npm install -g memory-wiki-cliView on npmQuick Start Guide

macOS QuickLook

Preview .md files in Finder

Press Space on any .md file in Finder to see it beautifully rendered — GFM tables, syntax highlighting, math, and Mermaid diagrams. Click “Open in Memory.Wiki” to edit in the desktop app or web editor. Bundled with Memory.Wiki for Mac; auto-installs to ~/Applications on first Desktop launch.

Get Memory.Wiki for Mac
Memory.Wiki QuickLook — press Space in Finder to preview rendered Markdown with tables and code

Full Rendering

  • +GFM tables, task lists, footnotes
  • +190+ language syntax highlighting
  • +KaTeX math (inline + display)
  • +Mermaid diagrams

Offline Ready

  • +Built-in Markdown renderer (no CDN needed)
  • +CDN enhancement when online
  • +Graceful fallback for all features
  • +Works in airplane mode

Native Integration

  • +Matches macOS dark/light appearance
  • +"Open in Memory.Wiki" button (desktop app or web)
  • +Code copy buttons
  • +Theme toggle in preview

Zero Config

  • +Install once, works system-wide
  • +All .md / .markdown files supported
  • +No background processes
  • +Lightweight QuickLook extension

Install

1Install Memory.Wiki for Mac (DMG link above) — QuickLook ships with it
2Open Memory.Wiki once — it copies MdfyQuickLook.app to ~/Applications automatically
3Go to System Settings > General > Login Items & Extensions > Quick Look, and enable Memory.Wiki
4Select any .md file in Finder and press Space
Get Memory.Wiki for MacBundled with Desktop DMGIncluded with Mac AppQuick Start Guide

On the Roadmap

Obsidian Plugin

PLANNED

Publish Obsidian notes to Memory.Wiki with one command

Raycast Extension

PLANNED

Quick capture and publish from Raycast

Slack Bot

PLANNED

Share documents directly in Slack channels

Alfred Workflow

PLANNED

Capture clipboard and publish instantly

iOS / Android

PLANNED

Share sheet integration for mobile publishing

Want to build a plugin? The engine is open source.

View on GitHubOpen Editor