Skip to content
Zed

openeye for Zed

io.github.dumbspacecookie/openeye

Procedure verification for AR/XR with memory, visual sessions, and DPO trajectory export.

client:Zed transport:stdio runtime:npm

Install openeye 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": {
    "openeye": {
      "command": "npx",
      "args": [
        "-y",
        "@dumbspacecookie/openeye"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENEYE_CONTEXT_OPTIN": "<OPENEYE_CONTEXT_OPTIN>",
        "OPENEYE_CONTEXT_API_KEY": "<OPENEYE_CONTEXT_API_KEY>"
      }
    }
  }
}

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

openeye in other clients