ChangeDetection.io MCP Server for Zed
io.github.rusty4444/changedetection-mcp
MCP server for ChangeDetection.io website monitoring and change history.
client:Zed
transport:stdio
runtime:pypi
Install ChangeDetection.io MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"changedetection-mcp": {
"command": "uvx",
"args": [
"changedetection-mcp"
],
"env": {
"CHANGEDETECTION_BASE_URL": "<CHANGEDETECTION_BASE_URL>",
"CHANGEDETECTION_API_KEY": "<CHANGEDETECTION_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs