Skip to content
Cursor

openeye for Cursor

io.github.dumbspacecookie/openeye

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

client:Cursor transport:stdio runtime:npm

Install openeye in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openeye": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openeye in other clients