Skip to content
Zed

prism for Zed

io.github.tulipe1735/prism

Complete web tasks in the user's own Chrome via an observe-decide-act browser agent.

client:Zed transport:stdio runtime:npm

Install prism in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "prism": {
      "command": "npx",
      "args": [
        "-y",
        "@tulipe1735/prism"
      ],
      "env": {
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
        "TEXT_MODEL_API_KEY": "<TEXT_MODEL_API_KEY>",
        "TEXT_MODEL_BASE_URL": "<TEXT_MODEL_BASE_URL>",
        "TEXT_MODEL": "<TEXT_MODEL>"
      }
    }
  }
}

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

prism in other clients