← getglow.io

INDIVIDUAL MCP TOOL

run_update

Update named themes, or WordPress core, on ONE website.

getglow.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://my.getglow.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for run_update and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

getglow.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.glow-wordpress]
url = "https://my.getglow.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "glow-wordpress": {
      "type": "http",
      "url": "https://my.getglow.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: glow-wordpress
Remote MCP URL: https://my.getglow.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "glow-wordpress": {
      "url": "https://my.getglow.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "glow-wordpress": {
      "type": "http",
      "url": "https://my.getglow.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "glow-wordpress",
  "transport": "streamable-http",
  "url": "https://my.getglow.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • fleet_overview — One summary of the whole estate: site counts, uptime, outstanding plugin, theme and core updates, report and backup coverage, a ranked list of sites needing attention, and vulnerable sites.
  • find_sites — Search this agency's websites by domain, site name or client name.
  • find_plugin — Which websites have a given plugin or theme installed, and at what version.
  • list_websites — Websites in this agency, optionally narrowed to one client.
  • pending_updates — Plugin, theme and core updates outstanding across the fleet, one client, or one website, ordered by the most outstanding first.
  • site_updates — The plugins and themes with an update outstanding on ONE website, named individually with their current and available versions.
  • connection_issues — Websites that are not currently connected to Glow: never connected, disconnected, or erroring.
  • vulnerabilities — Known vulnerabilities affecting sites in this agency, from the vulnerability feed matched against each site's recorded plugin and theme versions.