Skip to content
Zed

Familiar for Zed

com.familiarvtt/familiar

AI co-pilot for Foundry VTT: runs combat, scenes, voices and audio. Requires the Familiar module.

client:Zed transport:stdio runtime:npm

Install Familiar in Zed

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

{
  "context_servers": {
    "familiar": {
      "command": "npx",
      "args": [
        "-y",
        "familiar-vtt"
      ]
    }
  }
}

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

Familiar in other clients