Skip to content
Cursor

artifact gauge mcp for Cursor

io.github.mrfentmen/artifact-gauge-mcp

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

client:Cursor transport:stdio runtime:npm

Install artifact gauge mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

artifact gauge mcp in other clients