Skip to content
Zed

realevents for Zed

io.github.ykastelnik/realevents

Create and manage events in seconds from your AI assistant. No account needed.

client:Zed transport:stdio runtime:npm

Install realevents in Zed

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

{
  "context_servers": {
    "realevents": {
      "command": "npx",
      "args": [
        "-y",
        "realevents-mcp"
      ]
    }
  }
}

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

realevents in other clients