Skip to content

incident timeline mcp for Zed

io.github.mrfentmen/incident-timeline-mcp

Summarize local log timeline gaps and severity counts without returning messages, IDs, paths, or...

client:Zed transport:stdio runtime:npm

Install incident timeline mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "incident-timeline-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "incident-timeline-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

incident timeline mcp in other clients