differino mcp for Zed
io.github.sweetcucumbersalad/differino-mcp
Compare PDF, DOCX, and TXT documents from any AI agent: diff, change summary, and PDF export.
client:Zed
transport:stdio
runtime:npm
Install differino mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"differino-mcp": {
"command": "npx",
"args": [
"-y",
"differino-mcp"
],
"env": {
"DIFFERINO_API_KEY": "<DIFFERINO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs