Skip to content
VS Code

artifact gauge mcp for VS Code

io.github.mrfentmen/artifact-gauge-mcp

Local build artifact size and dependency weight inspection without file content output. Tools...

client:VS Code transport:stdio runtime:npm

Install artifact gauge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "artifact-gauge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "artifact-gauge-mcp"
      ]
    }
  }
}

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

artifact gauge mcp in other clients