Skip to content
Zed

Bibverify for Zed

io.github.hylouis233/bibverify

Verify and repair BibTeX references with DOI-first MCP tools.

client:Zed transport:stdio runtime:pypi

Install Bibverify in Zed

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

{
  "context_servers": {
    "bibverify": {
      "command": "uvx",
      "args": [
        "bibverify"
      ]
    }
  }
}

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

Bibverify in other clients