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
{
"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