visual intent layer for Cursor
io.github.willa-code/visual-intent-layer
Point at visible targets in an agent-built interface, and deliver grounded Annotations.
client:Cursor
transport:stdio
runtime:npm
Install visual intent layer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"visual-intent-layer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"visual-intent-layer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs