Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

changeflow in other clients