Procedure verification for AR/XR with memory, visual sessions, and DPO trajectory export.
claude mcp add openeye -- npx -y @dumbspacecookie/openeye
claude_desktop_config.json
{
"mcpServers": {
"openeye": {
"command": "npx",
"args": [
"-y",
"@dumbspacecookie/openeye"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"openeye": {
"command": "npx",
"args": [
"-y",
"@dumbspacecookie/openeye"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openeye": {
"command": "npx",
"args": [
"-y",
"@dumbspacecookie/openeye"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"openeye": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dumbspacecookie/openeye"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"openeye": {
"command": "npx",
"args": [
"-y",
"@dumbspacecookie/openeye"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dumbspacecookie--openeye/reviews or the review_server meta-tool.
POST /mcp