openeye for Cline
io.github.dumbspacecookie/openeye
Procedure verification for AR/XR with memory, visual sessions, and DPO trajectory export.
client:Cline
transport:stdio
runtime:npm
Install openeye in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs