Iris for VS Code
io.github.sylphxai/iris
Iris — image facts with pixel-level proof. OCR runs only when requested.
client:VS Code
transport:stdio
runtime:npm
Install Iris in VS Code
.vscode/mcp.json
{
"servers": {
"iris": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sylphx/iris"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs