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
{
"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