Loading MCP server directory, please wait...
Procedure verification for AR/XR with memory, visual sessions, and DPO trajectory export.
npx @getmcp/cli add io.github.dumbspacecookie/openeyeRequires Node.js 18+. Community-contributed server. Review source before installing.
ANTHROPIC_API_KEYAnthropic 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dumbspacecookie/openeye": {
"command": "python3",
"args": [
"sidecar/mcp_server.py",
"@dumbspacecookie/openeye"
],
"env": {
"ANTHROPIC_API_KEY": "",
"OPENEYE_CONTEXT_OPTIN": "false",
"OPENEYE_CONTEXT_API_KEY": ""
}
}
}
}