deprecation mcp for Cursor
io.github.tsvillain/deprecation-mcp
MCP server for cross-vendor API/SDK deprecation and breaking-change tracking
client:Cursor
transport:stdio
runtime:npm
Install deprecation mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deprecation-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deprecation-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs