Skip to content
Zed

Call Copilot for Zed

io.github.anisurrahmann/call-copilot

Search and read locally-recorded meeting transcripts over stdio. Read-only, no network.

client:Zed transport:stdio runtime:pypi

Install Call Copilot in Zed

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

{
  "context_servers": {
    "call-copilot": {
      "command": "uvx",
      "args": [
        "call-copilot"
      ]
    }
  }
}

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

Call Copilot in other clients