Skip to content

MCP Event Intelligence for Zed

io.github.sarooo17/event-intelligence

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

client:Zed transport:stdio runtime:npm

Install MCP Event Intelligence in Zed

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

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

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

MCP Event Intelligence in other clients