Ratatosk
CNCF release intelligence: typed, quoted facts (security fixes, breaking changes, deprecations) from every graduated/incubating project's release notes, updated daily. check_stack compares running versions locally — versions never leave your process.
README
<div align="center">
<img src="docs/assets/ratatosk-hero.webp" width="280" alt="Ratatosk, a messenger squirrel with a scroll in its bag, waving hello">
ratatosk-mcp
Ratatosk reads CNCF release notes every hour. Your agents get the facts.
</div>
In Norse myth, Ratatosk is the squirrel that carries messages up and down the world tree. This one carries release intelligence. ratatosk.io watches 74+ CNCF projects and turns every release note into typed, entity-level facts: security fixes, breaking changes, removals, deprecations, changed defaults. Plain bug fixes and marketing copy are filtered out. What remains is what an operator acts on.
This MCP server hands those facts to your agent as tools.
What it feels like
You: "We run envoy v1.36.8 and istio 1.30.1. Anything we must do before upgrading?"
Your agent calls
check_stackand answers from facts: the CVEs fixed after your version, the APIs removed on your upgrade path, the defaults that changed. Each fact carries a verbatim quote from the release notes as evidence.
Tools
| Tool | What it does |
|---|---|
list_facts |
Incremental fact feed. Filter by project, type, severity; poll with the since cursor |
facts_by_entity |
Reverse index: every fact touching one identifier (CVE id, CRD, feature gate, flag, config field, dependency) |
list_projects |
The tracked-project roster — resolve slugs here first, never guess |
get_release |
One reviewed release: coverage, assessment, source, and all its facts. Omit version for the latest reviewed release of the project. facts: [] with coverage: full_reviewed means the release was read and is routine. include_raw adds the original note body (raw_notes) — automatic when the review is not the full story |
check_stack |
Takes the component versions you run, returns a briefing on your upgrade path: critical/high facts in full, one line each for the rest, the same advisory across release branches folded into one entry. detail: "full" for everything verbatim, target_version for one upgrade hop, severity_min to filter |
Your versions stay on your side
check_stack sends only project slugs to the server and compares version keys
locally, inside this process. What you run never reaches ratatosk.io. The
server publishes facts; your agent decides what applies. The version
normalizer is bundled (internal/version), so range comparison happens
client-side too.
Quick start
claude mcp add ratatosk -- docker run -i --rm ghcr.io/garlickim21/ratatosk-mcp:latest
No account, no API key. Running agents in Kubernetes, or using kagent? See the install guide below.
Documentation
| Install & usage — local stdio · in-cluster (Helm) · kagent | 한국어 · 日本語 |
| Helm chart — values, kagent toggle | |
| kagent example — manifests + ratatosk-agent | |
| Contributing · Security policy |
Upstream API
This server is a thin client over the public REST API. If you would rather
call it directly, GET /v1 on ratatosk.io describes itself. No API key; rate
limited at 60 requests per minute per IP.
Data & terms
The data is served by ratatosk.io free of charge (subject to change, with
advance notice) under its terms of service.
Analyses are AI-generated reference information with no warranty — check the
original release notes before acting, especially when an agent acts on your
behalf. Original notes belong to their respective projects; responses that
carry a full note include an attribution notice (raw_notes_notice).
License
The code in this repository is licensed under Apache-2.0.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.