← Index

io.github.stevebutterworth/changeflow

io.github.stevebutterworth/changeflow·v1.0.2·Other
Quality Score
85
/100

AI-powered web monitoring. Track any website, get structured change intelligence.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "changeflow": {
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<your-changeflow_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "changeflow": {
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<your-changeflow_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y changeflow-mcp-server
§02  Environment variables
CHANGEFLOW_API_TOKEN
requiredsecret

Your Changeflow API token from https://changeflow.com/account/api

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other