Skip to content
Claude Desktop

MCP Event Intelligence for Claude Desktop

io.github.sarooo17/event-intelligence

Durable temporal event intelligence: composite triggers, derived events, and runtime wakeups.

client:Claude Desktop transport:stdio runtime:npm

Install MCP Event Intelligence in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "event-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-event-intelligence"
      ],
      "env": {
        "DATA_DIR": "<DATA_DIR>",
        "MCP_WRITE_ENABLED": "<MCP_WRITE_ENABLED>",
        "RUNTIME_WAKE_TARGETS_JSON": "<RUNTIME_WAKE_TARGETS_JSON>",
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
        "TYPESAFE_MODEL": "<TYPESAFE_MODEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

MCP Event Intelligence in other clients