Skip to content
Zed

context for Zed

io.github.honeycrisp-suite/context

Local-first personal context over MCP: mail/calendar metadata, briefings, person lookups. No cloud.

client:Zed transport:stdio runtime:npm

Install context in Zed

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

{
  "context_servers": {
    "context": {
      "command": "npx",
      "args": [
        "-y",
        "@honeycrisp/context"
      ]
    }
  }
}

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

context in other clients