CiteWire for Zed
io.github.openly-useful/citewire
Attribution-first MCP server for free news sources and free article APIs.
client:Zed
transport:stdio
runtime:npm
Install CiteWire in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"citewire": {
"command": "npx",
"args": [
"-y",
"citewire"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs