Skip to content
VS Code

MarkuprPlus for VS Code

io.github.hashfunction/markuprplus

Records your screen and voice, returns one annotated screenshot and finding per mark.

client:VS Code transport:stdio runtime:npm

Install MarkuprPlus in VS Code

.vscode/mcp.json

{
  "servers": {
    "markuprplus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "markuprplus"
      ]
    }
  }
}

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

MarkuprPlus in other clients