Tracecat

What's new

Changelog

MCP Catalog

June 11, 2026

Enterprise edition
MCP server catalog in the Tracecat workspace

MCP servers now have their own page. The catalog moves out of the integrations list, so you can browse every hosted and custom server, see which ones are connected, and manage them in one place.

The new tool picker organizes integrations by capability, so you select what an agent should be able to do. Chat sessions can also carry their own tools and MCP integrations.

Tracecat Automation Skill

June 11, 2026

Open source
Claude Code using the Tracecat automation skill

Coding agents can now build Tracecat automations. The Tracecat automation skill ships open source in the main repo: load it into Claude Code or any skills-capable agent connected over Tracecat MCP, and it authors workflow YAML, designs tables, validates definitions, and debugs executions the way our own team does.

The skill covers the full authoring loop, from discovering the workspace and reading the DSL reference to running workflows and inspecting failures. A companion skill handles Slack-facing automations.

Agent Skills

April 30, 2026

Enterprise edition
Skills list in the Tracecat workspace

Agents can now load skills: reusable instructions that capture how your team enriches alerts, escalates incidents, or works with specific tools. An agent loads a skill on demand when the task calls for it, so the same preset agent follows your team's procedures.

Build and manage skills in the new skills studio.

Case Metrics, Dropdowns & Closure Requirements

April 20, 2026

Enterprise edition
Cases list with severity and priority dropdowns

Dropdowns, custom fields, and metrics now render directly in case rows, so you can set severity or priority from the list without opening the case. Closure requirements let you mark fields that must be filled in before a case can close.

Custom fields gain long-text and URL types, and bulk actions now cover commenting, appending descriptions, and setting dropdowns across many cases at once.

Chat for Workflows, Tables & Agents

February 27, 2026

Enterprise edition
Workspace chat composing a workflow request

The chat panel from cases now opens on workflows, tables, and agents. Each conversation is a full agent session with real tools and your workspace in context, replacing the scripted copilot that previously backed these surfaces.

One agent runtime now sits behind chat everywhere in the product.

Hosted MCP Servers

February 27, 2026

Open source
Hosted Jira MCP server in the catalog

MCP servers can now run on Tracecat's infrastructure. Connect agents to third-party tools through a hosted server instead of deploying and operating the connector yourself.

Jira is the first hosted integration, secured with OAuth 2.1. More servers are following.

Tracecat MCP

February 25, 2026

Open source
Claude triaging Tracecat cases over MCP

Tracecat now runs as an MCP server. Connect Claude, Codex, or any MCP client to your workspace and work with workflows, cases, and tables from the assistant you already use.

The server exposes the same operations as the UI, so anything you can do in the product, a connected assistant can do too.

Managed Cloud

February 5, 2026

Cloud
Tracecat workspace home

Tracecat Cloud is live. The platform is now a multi-tenant service with organizations, workspaces, and entitlements built in, running on a rebuilt execution engine with pure Temporal orchestration and large payload support.

Major surfaces were rebuilt along the way. Tables gain direct cell editing and Markdown text cells, case management tables are revamped, and every tool secret and OAuth connection now lives in a single integrations view.

Approvals

November 4, 2025

Enterprise edition
Approvals inbox grouped by review status

Agents can now pause for human sign-off before running sensitive actions. The new approvals agent stops at designated steps and waits until someone approves or denies the action before continuing.

A centralized approvals dashboard lists every pending request, so reviewers can approve or deny across all runs from one place.

Git Sync

August 21, 2025

Enterprise edition
Git sync settings with GitHub connection

Workflows can now be backed by a git repository. Git sync, available behind a feature flag, stores workflow definitions in a repo you choose, so edits land as commits and the builder stays in sync with the branch you point it at.

Changes can be reviewed as pull requests, and the commit history records who changed what.

Chat for Cases

August 7, 2025

Enterprise edition
Case chat panel on an open case

Every case now has an AI chat panel. Ask questions about the incident, run enrichment, and work the case in conversation with an agent that has the case in context.

Case tags ship in the same release, alongside a streamlined case page.

Custom Registry

October 11, 2024

Open source
Custom registry repository settings

Pull actions from your own remote repositories and write new template actions in plain YAML. Your team's integrations install alongside the built-ins, with no fork of Tracecat required.

Underneath is the Tracecat Registry, an open actions registry behind the whole platform. Browse and manage every action and repository from the UI, and attach secret keys to actions that need credentials.