Skip to content
VS Code

incident timeline mcp for VS Code

io.github.mrfentmen/incident-timeline-mcp

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

client:VS Code transport:stdio runtime:npm

Install incident timeline mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "incident-timeline-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "incident-timeline-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

incident timeline mcp in other clients