changeflow for Zed
io.github.stevebutterworth/changeflow
AI-powered web monitoring. Track any website, get structured change intelligence.
client:Zed
transport:stdio
runtime:npm
Install changeflow in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"changeflow": {
"command": "npx",
"args": [
"-y",
"changeflow-mcp-server"
],
"env": {
"CHANGEFLOW_API_TOKEN": "<CHANGEFLOW_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs