Intel Overdrive
Real-time intelligence about new MCP servers, AI coding tools, and ecosystem updates from 1,000+ monitored sources — delivered directly into Claude Code
Intel Overdrive
Your AI coding agent doesn't know what shipped last week. Intel Overdrive gives it a live feed of breaking changes, new tools, and security alerts from 1,100+ sources — so it stops generating wrong code.
Get started
Paste into Claude Code:
npx intel-overdrive setup
No email, no account, no restart. Works immediately.
Then ask your agent anything about the AI ecosystem:
You: "What did I miss this week in AI coding?"
Agent runs intel-overdrive feed --days 7:
Claude Code now supports scheduled tasks and multi-agent code review
Gemini 2.5 Flash — new "thinking budget" for fine-grained reasoning control
MCP slash-commands workflow migration — update branch protection rules
OpenClaw 2026.3.24 — breaking changes to Gateway/OpenAI compatibility
How to split work between Claude Code and Codex in real projects
No more scrolling Twitter, Reddit, and newsletters. Your agent already knows.
[!TIP] Also available via skills.sh:
npx skills add Looney-tic/agent-skills --skill intel-overdrive -g -y
What you can ask
| Instead of... | Ask your agent |
|---|---|
| Scrolling Twitter for AI news | "What's new in AI coding this week?" |
| Checking changelogs before upgrading | "Any breaking changes I should know about?" |
| Googling "best tool for X" | "What's the best MCP server for databases?" |
| Reading newsletters you're behind on | "Catch me up on Claude Code — what changed?" |
| Wondering if your SDK is outdated | "Is the Anthropic SDK I'm using still current?" |
Your agent calls it automatically when you ask about AI tools, SDKs, or frameworks. Or use the CLI directly:
intel-overdrive feed --days 7 # what's new this week
intel-overdrive breaking # breaking changes to watch for
intel-overdrive search "Claude Code hooks best practices"
How it works
- Skill tells your agent when to query (installed to
~/.claude/skills/) - CLI does the querying via Bash — fast, authenticated, no background process
- 1,100+ sources monitored: 22k+ GitHub repos, 280+ RSS feeds, npm, PyPI, Reddit, HN, arXiv
No MCP server required. No restart. The agent runs intel-overdrive search "query" whenever the skill triggers.
[!NOTE] Want the structured MCP tool in your tool list? Run
intel-overdrive mcp-enable— optional, requires a Claude Code restart.
Why not web search?
| Agent web search | Intel Overdrive | |
|---|---|---|
| Speed | 10-30s of Googling and scraping | One call, instant |
| Cost | Multiple tool calls, burns tokens | Single call, pre-compressed |
| Reliability | Scrapes fail, results outdated | Pre-indexed, quality-scored |
| Quality | Can't rank a 30k-star SDK from a weekend project | Stars, maturity labels, significance tiers |
Coverage
1,100+ sources polled every 15 minutes. 49,000+ items classified and searchable.
Sources include GitHub repos (22k+), RSS/Atom feeds (280+), vendor MCP servers (30+), Reddit, Hacker News, Bluesky, npm, PyPI, arXiv, VS Code Marketplace, and MCP registries. Every item is auto-classified by type and significance level.
CLI reference
| Command | Description |
|---|---|
intel-overdrive setup | Register API key, install CLI, add skill |
intel-overdrive search "query" | Search for tools, docs, best practices |
intel-overdrive feed [--days N] | Recent updates sorted by significance |
intel-overdrive breaking [--days N] | Breaking changes and deprecations |
intel-overdrive mcp-enable | Optional: register as MCP server |
intel-overdrive --version | Show version |
Self-host
git clone https://github.com/Looney-tic/intel-overdrive.git && cd intel-overdrive
docker compose up -d && cp .env.example .env && alembic upgrade head
Requires Python 3.12+, PostgreSQL with pgvector, Redis, Voyage AI key, Anthropic key. API docs →
Why I built this
I got frustrated. Every morning I was scrolling Twitter, checking Reddit, skimming newsletters — just to stay current on what's new in the AI coding ecosystem. It felt like a part-time job.
Then I realized: when I asked Claude Code about recent developments, it just started Googling for me. Scraping random pages, burning tokens, returning outdated results. My AI coding agent couldn't tell me what shipped last week.
So I built Intel Overdrive. 1,100+ sources, AI-classified, quality-scored, queryable in a single call. Now when I ask "what's the best MCP server for databases?" — my agent already knows.
— Tijmen
License
Elastic License 2.0 — free to use, modify, and self-host.
Verwandte Server
newsmcp
Real-time world news for AI agents — events clustered from hundreds of sources, classified by 12 topics and 30+ regions, ranked by importance. Free, no API key.
Bing Webmaster Tools
Access Bing Webmaster Tools data, including search performance, crawl statistics, URL submission, and keyword research.
Paper Search MCP
Search and download academic papers from sources like arXiv, PubMed, and Google Scholar.
MediaWiki MCP Server
Interact with the MediaWiki API to search and retrieve content from Wikipedia or other MediaWiki sites.
Shodan MCP Server
Query internet-connected devices, services, and vulnerabilities using the Shodan API and CVE database.
Web Search MCP
Scrapes Google search results using a headless browser. Requires Chrome to be installed.
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.
SerpApi
Provides search capabilities and data retrieval from SerpAPI and YouTube for AI assistants.
MCP Agent
A lightweight, local MCP server in Python that enables RAG search through AWS Lambda.
Tavily Search
AI-powered web search using the Tavily Search API.