Skip to content
Grok

visual intent layer for Grok

io.github.willa-code/visual-intent-layer

Point at visible targets in an agent-built interface, and deliver grounded Annotations.

client:Grok transport:stdio runtime:npm

Install visual intent layer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "visual-intent-layer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "visual-intent-layer"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

visual intent layer in other clients