igniter

adityavaish/igniter
★ 0 stars Rust AI/LLM Updated 5d ago
Modern, performant drop-in replacement for the Spark UI / History Server: standalone container with a modern React UI, MCP server, and integrated AI analytics over Spark event logs.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "igniter": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "igniter"
      ]
    }
  }
}

README Excerpt

A modern, **drop-in replacement for the Spark UI and Spark History Server**. Igniter is a single standalone container. Point it at a storage account that holds Spark **event logs** and it gives you: 1. A modern, simplified, fast UI that covers Spark UI + History Server features. 2. An **MCP server** layer for easy integration with AI clients.

Tools (6)

IGNITER_EVENTS_URIIGNITER_HOSTIGNITER_LOGIGNITER_LOGS_URIIGNITER_PORTIGNITER_WEB_DIR