Skip to content
Cursor

incident timeline mcp for Cursor

io.github.mrfentmen/incident-timeline-mcp

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

client:Cursor transport:stdio runtime:npm

Install incident timeline mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

incident timeline mcp in other clients