Catalog
io.github.Looney-tic/intel-overdrive
OfficialOverdrive Intel
AI coding ecosystem intelligence — breaking changes, tools, security alerts from 900+ sources
Monitors 900+ sources for breaking changes, tool updates, and security alerts.
README not available yet.
Install
Configuration
Environment variables
OVERDRIVE_API_KEYAPI key for authentication
OVERDRIVE_API_URLdefault https://inteloverdrive.comAPI base URL
claude_desktop_config.json
{
"mcpServers": {
"intel-overdrive": {
"command": "npx",
"args": [
"-y",
"intel-overdrive-mcp@0.9.1"
],
"env": {
"OVERDRIVE_API_KEY": "<YOUR_OVERDRIVE_API_KEY>",
"OVERDRIVE_API_URL": "https://inteloverdrive.com"
}
}
}
}