Skip to main content
Glama
Hiosdra
by Hiosdra

actions-latest-mcp

A Model Context Protocol (MCP) server that fetches the latest GitHub Actions versions from actions-latest.

Overview

This MCP server provides a simple tool to fetch the contents of https://simonw.github.io/actions-latest/versions.txt, which contains the latest version numbers for popular GitHub Actions. This is useful for keeping your workflows up to date.

Related MCP server: GitHub Actions MCP

Installation

This package is published to PyPI and can be used directly without manual installation.

Add to your MCP client configuration (e.g., Claude Desktop's claude_desktop_config.json):

{
  "mcpServers": {
    "actions-latest": {
      "command": "uvx",
      "args": ["actions-latest-mcp"]
    }
  }
}

The uvx command will automatically download and run the package from PyPI when needed.

Manual Installation (Optional)

If you prefer to install the package manually:

# Install with uv
uv pip install actions-latest-mcp

# Or with pip
pip install actions-latest-mcp

Then configure your MCP client:

{
  "mcpServers": {
    "actions-latest": {
      "command": "actions-latest-mcp"
    }
  }
}

Available Tools

  • latest_github_actions_versions: Returns a list of latest versions of all actions from the official GitHub Actions organization. This is useful for keeping your workflows up to date with the latest action versions.

About actions-latest

This server fetches data from simonw/actions-latest, a project that tracks the latest versions of popular GitHub Actions and makes them available in an easy-to-consume format.

Publishing to PyPI

Automated Publishing

The repository includes a GitHub Actions workflow (.github/workflows/publish.yml) that automatically publishes to PyPI when a new release is created.

Available Tools

1 tool
latest_github_actions_versionsA

Returns a list of latest versions of all actions from the official GitHub Actions organization. This is useful for keeping your workflows up to date with the latest action versions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description is transparent about returning latest versions from the official organization, but lacks details like whether it includes pre-releases, rate limits, or authentication requirements. Without annotations, more depth would be helpful.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no wasted words, front-loaded with the main action and followed by a use case. Very concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no parameters, no output schema, and no siblings, the description is reasonably complete for a simple list-retrieval tool. However, it could mention data freshness or source.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has no parameters, so the description does not need to add param semantics. The schema coverage is 100%, and the description is sufficient for an input-less tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a list of latest versions of all actions from the official GitHub Actions organization, with a specific use case for keeping workflows up to date.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it (keeping workflows up to date) but does not explicitly mention when not to use it or alternatives. Given no sibling tools, this is adequate but not exhaustive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

A4.2/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion with other tools. The tool's purpose is perfectly clear.

Naming Consistency5/5

With a single tool, naming consistency is perfect. The name is descriptive and follows a clear pattern.

Tool Count3/5

A single tool feels thin for a server, even if the scope is narrow. It is borderline but reasonable given the focused functionality.

Completeness4/5

The tool fully delivers on its promise to return the latest versions of all GitHub Actions. However, there is no support for filtering or querying specific actions, which could be a minor gap.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    Not graded
    maintenance
    Connects AI assistants to GitHub Actions workflows to monitor CI/CD pipelines, view run logs, diagnose failures, and optionally trigger or manage workflows with granular permission controls.
    10
    1
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI coding agents to retrieve the latest stable versions of packages and tools across multiple ecosystems, preventing outdated dependency versions in generated code.
    4
    8
    Apache 2.0
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI agents to retrieve the latest semantic version tags for container images from Docker Hub, GHCR, Quay, and other OCI registries, allowing them to pin specific versions for reproducible deployments.
    5

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hiosdra/actions-latest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server