Skip to content
VS Code

Anno for VS Code

io.github.philmingdao/anno

Local-first HTML review, editing, and annotation for AI coding agents.

client:VS Code transport:stdio runtime:npm

Install Anno in VS Code

.vscode/mcp.json

{
  "servers": {
    "anno": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@philmingdao/anno"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Anno in other clients