Overdrive Intel
About
AI coding ecosystem intelligence — breaking changes, tools, security alerts from 900+ sources
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 vars
OVERDRIVE_API_KEY OVERDRIVE_API_URLClaude Code
claude mcp add --env OVERDRIVE_API_KEY= --env OVERDRIVE_API_URL= intel-overdrive -- npx intel-overdrive-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"intel-overdrive","command":"npx","args":["intel-overdrive-mcp"],"env":{"OVERDRIVE_API_KEY":"","OVERDRIVE_API_URL":""}}'
JSON
{
"mcpServers": {
"intel-overdrive": {
"command": "npx",
"args": [
"intel-overdrive-mcp"
],
"env": {
"OVERDRIVE_API_KEY": "",
"OVERDRIVE_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.