changeflow for Cursor
io.github.stevebutterworth/changeflow
AI-powered web monitoring. Track any website, get structured change intelligence.
client:Cursor
transport:stdio
runtime:npm
Install changeflow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"changeflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"changeflow-mcp-server"
],
"env": {
"CHANGEFLOW_API_TOKEN": "<CHANGEFLOW_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs