MCP server for Ratatosk — CNCF release intelligence facts for AI agents. check_stack compares your running versions locally; only project slugs leave your cluster.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ratatosk-mcp": {
"command": "go",
"args": [
"run",
"github.com/garlicKim21/ratatosk-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ratatosk-mcp go run github.com/garlicKim21/ratatosk-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ratatosk-mcp": {
"command": "go",
"args": [
"run",
"github.com/garlicKim21/ratatosk-mcp@latest"
]
}
}
}
📋 Copy