Overdrive Intel for Cursor
io.github.looney-tic/intel-overdrive
AI coding ecosystem intelligence — breaking changes, tools, security alerts from 900+ sources
client:Cursor
transport:stdio
runtime:npm
Install Overdrive Intel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"intel-overdrive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"intel-overdrive-mcp"
],
"env": {
"OVERDRIVE_API_KEY": "<OVERDRIVE_API_KEY>",
"OVERDRIVE_API_URL": "<OVERDRIVE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs