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).
Run
uvx repo-release-tools
MCP client config
{
"mcpServers": {
"repo-release-tools": {
"command": "uvx",
"args": [
"repo-release-tools"
]
}
}
}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"
]
}
}
}