visual intent layer for Cline
io.github.willa-code/visual-intent-layer
Point at visible targets in an agent-built interface, and deliver grounded Annotations.
client:Cline
transport:stdio
runtime:npm
Install visual intent layer in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"visual-intent-layer": {
"command": "npx",
"args": [
"-y",
"visual-intent-layer"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs