Skip to content
v1.0.0Apache-2.0

Read AMD GPU utilization, temperature and driver data through AMD SMI

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

amd-gpustdio
{
  "type": "stdio",
  "command": "python",
  "args": [
    "-m",
    "jarvis.marketplace.amd_mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "amd-gpu",
  "version": "1.0.0",
  "description": "Read AMD GPU utilization, temperature and driver data through AMD SMI",
  "license": "Apache-2.0",
  "extensions": {
    "io.github.personaljarvis": {
      "display_name": "AMD GPU Status",
      "category": "Home & Devices",
      "logo_slug": "amd",
      "logo_color": "ED1C24",
      "longevity": "permanent",
      "auth": {
        "mode": "local"
      },
      "mcp_server": {
        "transport": "stdio",
        "install": [
          "python",
          "-m",
          "jarvis.marketplace.amd_mcp"
        ],
        "env_template": {}
      },
      "post_install_hint_md": "Requires AMD SMI on a compatible AMD host. The connect button checks actual device data before enabling. Native Windows and macOS telemetry are unavailable; the base app remains usable without AMD tooling."
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • io.github.personaljarvis