Skip to content
Zed

OokCite for Zed

io.github.turtletech-ehf/ookcite-mcp

Catch fabricated citations: verify DOIs/ISBNs and format them in 2900+ CSL styles.

client:Zed transport:stdio runtime:npm

Install OokCite 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": {
    "ookcite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@turtletech/ookcite-mcp"
      ],
      "env": {
        "OOKCITE_API_KEY": "<OOKCITE_API_KEY>"
      }
    }
  }
}

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

OokCite in other clients