Skip to content
Zed

slimsnap for Zed

io.github.bickov/slimsnap

Your recent screen captures as structured JSON your AI agent can read. Local only, no network.

client:Zed transport:stdio runtime:npm

Install slimsnap in Zed

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

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

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

slimsnap in other clients