Skip to content
Grok

api-changelog for Grok

io.github.weiseer/api-changelog

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

client:Grok transport:stdio runtime:npm

Install api-changelog in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "api-changelog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/api-changelog-mcp"
      ],
      "env": {
        "API_CHANGELOG_URL": "<API_CHANGELOG_URL>",
        "API_CHANGELOG_LOCAL_ONLY": "<API_CHANGELOG_LOCAL_ONLY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

api-changelog in other clients