← Discover MCPs and Agents
a
MCPDeveloper toolsMCP Registry

actions

GitHub Actions relevant to the management of MCP repositories.

Links

README

From the repo.

actions

GitHub Actions relevant to the management of MCP repositories.

Actions

ActionDescription
cloudflare-pages-preview/deployDeploy 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/cleanupDelete Cloudflare Pages deployments for a closed PR's branch alias and update the sticky comment
hugo-buildInstall Go + Hugo extended and build a Hugo site (preview or production mode)
slash-commandsHandle /lgtm (core-maintainers only: label + approve + auto-merge), /hold, and /stageblog PR slash commands; invalidate approval on push

Collected info

  • 7 stars
  • 5 forks
  • Language: JavaScript
  • Source updated: 7/6/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.