← Back to browse

api-changelog

Indexed by io.github.weiseer

About

SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAPI_CHANGELOG_URL API_CHANGELOG_LOCAL_ONLY
Claude Code
claude mcp add --env API_CHANGELOG_URL= --env API_CHANGELOG_LOCAL_ONLY= api-changelog -- npx @weiseer/api-changelog-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"api-changelog","command":"npx","args":["@weiseer/api-changelog-mcp"],"env":{"API_CHANGELOG_URL":"","API_CHANGELOG_LOCAL_ONLY":""}}'
JSON
{
  "mcpServers": {
    "api-changelog": {
      "command": "npx",
      "args": [
        "@weiseer/api-changelog-mcp"
      ],
      "env": {
        "API_CHANGELOG_URL": "",
        "API_CHANGELOG_LOCAL_ONLY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.