← Index

io.github.dumbspacecookie/openeye

io.github.dumbspacecookie/openeye·v0.1.1·Memory & RAG
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "openeye": {
      "command": "npx",
      "args": [
        "-y",
        "@dumbspacecookie/openeye"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "OPENEYE_CONTEXT_OPTIN": "false",
        "OPENEYE_CONTEXT_API_KEY": "<your-openeye_context_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "openeye": {
      "command": "npx",
      "args": [
        "-y",
        "@dumbspacecookie/openeye"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "OPENEYE_CONTEXT_OPTIN": "false",
        "OPENEYE_CONTEXT_API_KEY": "<your-openeye_context_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @dumbspacecookie/openeye
§02  Environment variables
ANTHROPIC_API_KEY
requiredsecret

Anthropic API key for the agent. Required because the default OpenEye agent uses Claude. Swap providers via src/models.ts if you want OPENAI/GROQ/GEMINI/etc.

OPENEYE_CONTEXT_OPTIN

Set true to opt in to sharing trajectory data with Context's training pipeline. Default off. Loud opt-in by design — read docs/context-data.md before flipping.

OPENEYE_CONTEXT_API_KEY
secret

Context API key. Only needed if OPENEYE_CONTEXT_OPTIN is true.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG