MCP Directory

actions

by modelcontextprotocol · JavaScript · ★ 4

GitHub Actions relevant to the management of MCP repositories.

Install

npx -y github:modelcontextprotocol/actions

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "actions": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol/actions"
      ]
    }
  }
}

From the README

GitHub Actions relevant to the management of MCP repositories. | Action | Description | |---|---| | [](cloudflare-pages-preview/README.md) | Deploy a static HTML directory to Cloudflare Pages under a per-PR branch alias, inject noindex headers, and post a sticky PR comment with preview URLs | | [](cloudflare-pages-preview/README.md) | Delete Cloudflare Pages deployments for a closed PR's branch alias and update the sticky comment | | [](hugo-build/README.md) | Install Go + Hugo extended and build a Hugo site (preview or production mode) | | [](slash-commands/README.md) | Handle (core-maintai…
Read full README on GitHub →

Related developer tools servers