Odel
repo release tools

repo release tools

Local
@anselmoo1PythonMITUpdated 1w ago

Config-driven branch and release helpers for Git repositories

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrepo-release-toolsv1.17.1

Run

uvx repo-release-tools

MCP client config

{
  "mcpServers": {
    "repo-release-tools": {
      "command": "uvx",
      "args": [
        "repo-release-tools"
      ]
    }
  }
}
Dockerghcr.io/anselmoo/repo-release-tools:1.17.1

Run

docker run -i --rm ghcr.io/anselmoo/repo-release-tools:1.17.1

MCP client config

{
  "mcpServers": {
    "repo-release-tools": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/anselmoo/repo-release-tools:1.17.1"
      ]
    }
  }
}