Skip to content
Grok

Overdrive Intel for Grok

io.github.looney-tic/intel-overdrive

AI coding ecosystem intelligence — breaking changes, tools, security alerts from 900+ sources

client:Grok transport:stdio runtime:npm

Install Overdrive Intel in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Overdrive Intel in other clients