Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"release-mcp-server": {
"url": "http://0.0.0.0:3000/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repository contains tools for managing Tekton releases through Model Context Protocol (MCP).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for Release Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository contains tools for managing Tekton releases through Model Context Protocol (MCP).
git clone https://github.com/savitaashture/release-mcp-server
cd release-mcp-server
go build -o release-mcp-server ./cmd/release-mcp-server
% ./release-mcp-server
{"level":"info","ts":1759815910.690908,"logger":"fallback","caller":"injection/injection.go:63","msg":"Starting informers..."}
time=2025-10-07T11:15:10.691+05:30 level=INFO msg="Starting the server"
time=2025-10-07T11:15:10.691+05:30 level=INFO msg="Server listening" address=:3000
{
"mcpServers": {
"release-mcp-server": {
"url": "http://0.0.0.0:3000/mcp"
}
}
}
create-release-branches)This tool creates release branches for Tekton components.
Input Parameters:
minor_version: The minor version to create branches for (e.g., "1.21")patch_version: The patch version to use (e.g., "0")components: List of component names to create branches forFunctionality:
configure-hack-repo)This tool configures the hack repository for a specific minor/patch version by updating component configurations.
Input Parameters:
minor_version: The minor version to configure (e.g., "1.21")upstream_versions: Map of component names to their upstream versionsFunctionality:
create-release-plans)This tool generates release plans and release plan admissions for components.
Input Parameters:
minor_version: The minor version to create release plans for (e.g., "1.21")Functionality:
The tools require certain environment variables to be set:
GITLAB_USERNAME: GitLab username for authenticationGITLAB_TOKEN: GitLab personal access token for authentication
# Call the create-release-branches tool
create release branches for 1.21 version
configure hack repo for 1.21 minorversion for the component name tektoncd-chains with upstream version release-v0.24.x, tektoncd-git-clone with upstream version release-v1.0.x, operator with upstream version release-v0.76.x, pac-downstream with upstream version release-v0.35.x, tektoncd-cli with upstream version release-v0.40.0, tektoncd-hub with upstream version release-v1.20.0, tektoncd-results with upstream version release-v0.14.x, tektoncd-triggers with upstream version release-v0.31.x, tektoncd-pipeline with upstream version release-v1.0.x, manual-approval-gate with version release-v0.5.0, tekton-caches with version release-v0.1.x, tektoncd-pruner with version release-v0.2.x
# Set required environment variables
export GITLAB_USERNAME="your-username"
export GITLAB_TOKEN="your-token"
# Call the create-release-plans tool
creat
... [View full README on GitHub](https://github.com/savitaashture/release-mcp-server#readme)