AgentHubAgentHub

changeflow

MCP ServerMCP Registry官方收录

io.github.stevebutterworth/changeflow · v1.0.2

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

概览

changeflow 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "changeflow": {
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<CHANGEFLOW_API_TOKEN>"
      }
    }
  }
}

环境变量

CHANGEFLOW_API_TOKEN必填secret

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

相关资源

统一 Manifest

{
  "id": "io.github.stevebutterworth/changeflow",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "changeflow",
  "description": "AI-powered web monitoring. Track any website, get structured change intelligence.",
  "repository": {
    "url": "https://github.com/stevebutterworth/changeflow-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "changeflow-mcp-server",
        "version": "1.0.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CHANGEFLOW_API_TOKEN",
            "description": "Your Changeflow API token from https://changeflow.com/account/api",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.stevebutterworth/changeflow",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.stevebutterworth%2Fchangeflow/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
changeflow — MCP Server 安装与配置 · AgentHub