Change8
Breaking Change Alerts for Humans and AI Agents.
❌ Without Change8
You upgrade a dependency and your code breaks. LLMs don't know:
- ❌ That
pydanticv2 removed the.dict()method - ❌ That
langchainmovedChatOpenAIto a new package - ❌ What migration steps you need to take
You waste hours debugging and searching through changelogs.
✅ With Change8
Change8 MCP gives AI agents instant access to structured breaking change data for hundreds of popular packages.
Example prompt:
I'm upgrading langchain from 0.1 to 0.2. What breaking changes should I know about?
Change8 responds with:
- Breaking changes with exact details
- Migration steps to fix your code
- Affected symbols (functions, classes, modules)
No more searching through changelogs. No more surprise production failures.
Installation
Cursor
Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"change8": {
"command": "npx",
"args": ["-y", "@change8/mcp"]
}
}
}
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"change8": {
"command": "npx",
"args": ["-y", "@change8/mcp"]
}
}
}
Claude Code
claude mcp add change8 -- npx -y @change8/mcp
Available Tools
| Tool | Description |
|---|---|
get_breaking_changes | Get breaking changes for a package. Use when you need to know what broke. |
diff_versions | Get all changes between two versions. Use when upgrading from v1 to v2. |
search_symbol | Find releases that affected a function/class. Use when you see deprecation warnings. |
Example Usage
Get breaking changes:
What are the breaking changes in the latest Pydantic releases?
Compare versions:
What changed between React 17 and React 18?
Search by symbol:
Which releases affected the ChatOpenAI class?
Tracked Packages
Change8 tracks hundreds of packages including:
| Category | Packages |
|---|---|
| AI/ML | LangChain, OpenAI, Transformers, PyTorch, Anthropic |
| Backend | FastAPI, Pydantic, Django, Flask, Express |
| Frontend | React, Next.js, Vue, Svelte, Angular |
| Infra | Docker, Kubernetes, Terraform, Cloudflare |
Request a Package
Don't see your package? Open an issue to request it.
We add new packages within 24 hours.
How It Works
- Daily Scraping: We pull release notes from GitHub for popular packages
- AI Extraction: We use LLMs to extract structured data (breaking changes, migrations, affected symbols)
- Instant Access: MCP gives AI agents direct access to this intelligence
License
MIT
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
XTQuantAI
Integrates the xtquant quantitative trading platform with an AI assistant, enabling AI to access and operate quantitative trading data and functions.
ShaderToy-MCP
Query and interact with ShaderToy shaders using large language models.
Inoyu Apache Unomi
Maintains user context and manages profiles using the Apache Unomi Customer Data Platform.
Everything MCP Server
A test server that demonstrates all features of the MCP protocol, including prompts, tools, resources, and sampling.
Google MCP Servers
Collection of Google's official MCP servers
MATLAB MCP Server
Integrates MATLAB with AI to execute code, generate scripts from natural language, and access documentation.
Session Continuity MCP Server
An MCP server for Claude Code CLI that provides persistent session management, entity tracking, and context preservation across development sessions.
Fluent (ServiceNow SDK)
Manage ServiceNow metadata, modules, records, and tests using Fluent, a TypeScript-based declarative DSL. Supports all ServiceNow SDK CLI commands.
HeyBeauty
Perform virtual try-ons using the HeyBeauty API.
Godot MCP
MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.