Skip to content
Zed

charlotte for Zed

io.github.ticktockbent/charlotte

Renders web pages into structured, agent-readable representations using headless Chromium.

client:Zed transport:stdio runtime:npm

Install charlotte in Zed

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

{
  "context_servers": {
    "charlotte": {
      "command": "npx",
      "args": [
        "-y",
        "@ticktockbent/charlotte"
      ]
    }
  }
}

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

charlotte in other clients