← Back to Plugins
MCP Server MCP

io.github.dumbspacecookie/openeye

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @dumbspacecookie/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dumbspacecookie/openeye",
      "version": "0.1.1",
      "runtimeHint": "python3",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "sidecar/mcp_server.py",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "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.",
          "isRequired": true,
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "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.",
          "default": "false",
          "name": "OPENEYE_CONTEXT_OPTIN"
        },
        {
          "description": "Context API key. Only needed if OPENEYE_CONTEXT_OPTIN is true.",
          "isSecret": true,
          "name": "OPENEYE_CONTEXT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...