Skip to content
Zed

citeguard for Zed

io.github.xiaweiyi713/citeguard

Falsification-first citation auditor: existence, metadata, and claim-support checks via MCP.

client:Zed transport:stdio runtime:pypi

Install citeguard 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": {
    "citeguard": {
      "command": "uvx",
      "args": [
        "citationguard"
      ],
      "env": {
        "CITEGUARD_SOURCES": "<CITEGUARD_SOURCES>",
        "CITEGUARD_MAILTO": "<CITEGUARD_MAILTO>"
      }
    }
  }
}

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

citeguard in other clients