Skip to content
Zed

Mnemoscope for Zed

io.github.toonight/mnemoscope

Predict context rot, sign every agent write, tier reads. Markdown-native, 100% local.

client:Zed transport:stdio runtime:npm

Install Mnemoscope in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mnemoscope": {
      "command": "npx",
      "args": [
        "-y",
        "@mnemoscope/mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Mnemoscope in other clients