Skip to content
Zed

Sourceright for Zed

io.github.edithatogo/sourceright

Reference verification MCP server for CSL bibliographies, evidence, and audited writes.

client:Zed transport:stdio runtime:oci

Install Sourceright in Zed

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

{
  "context_servers": {
    "sourceright": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/edithatogo/sourceright-mcp:0.1.20"
      ]
    }
  }
}

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

Sourceright in other clients