Pinner MCP π
@safedep
About Pinner MCP π
Model Context Protocol (MCP) server to pin components to their immutable version
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pinner-mcp": {
"command": "docker",
"args": [
"run",
"-it",
"--rm",
"ghcr.io/safedep/pinner-mcp:latest"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Pinner MCP π?
Pinner MCP π is a Model Context Protocol (MCP) server for pinning thirdβparty dependencies to immutable digests. It supports Docker base images and GitHub Actions and is aimed at developers and security engineers who want to enforce dependency integrity in CI/CD pipelines. The server was originally built to protect the vet tool from malicious GitHub Actions.
How to use Pinner MCP π?
Run the server as a container with stdio transport: docker run -it --rm ghcr.io/safedep/pinner-mcp:latest. Configure it in VS Code (.vscode/mcp.json) or Cursor (.cursor/mcp.json) using the same Docker command. Then use prompts such as βPin GitHub Actions to their commit hashβ or βPin container base images to digestsβ via GitHub Copilot Chat or Cursor Composer to pin or update pinned versions.
Key features of Pinner MCP π?
- Pins Docker base images to immutable digests.
- Pins GitHub Actions to commit hashes.
- Runs as a lightweight container with stdio transport.
- Integrates with VS Code and Cursor via MCP configuration.
- Supports updating pinned versions with natural language prompts.
- Automatically published as
latestimage on GitHub Container Registry.
Use cases of Pinner MCP π?
- Locking CI/CD pipeline dependencies to prevent supplyβchain attacks.
- Enforcing reproducible builds by pinning container base images.
- Auditing and fixing GitHub Actions versions in repository workflows.
- Updating all pinned dependencies in a project with a single prompt.
FAQ from Pinner MCP π
What dependency types does Pinner MCP π support?
It supports Docker base images and GitHub Actions.
How do I run Pinner MCP π?
Run the container image with docker run -it --rm ghcr.io/safedep/pinner-mcp:latest using stdio transport.
How do I configure Pinner MCP π in VS Code or Cursor?
Add an entry to your .vscode/mcp.json or .cursor/mcp.json file with the Docker command as shown in the README, and ensure GitHub Copilot or MCP is enabled.
How do I update Pinner MCP π to the latest
Frequently asked questions
What dependency types does Pinner MCP π support?
It supports Docker base images and GitHub Actions.
How do I run Pinner MCP π?
Run the container image with `docker run -it --rm ghcr.io/safedep/pinner-mcp:latest` using stdio transport.
How do I configure Pinner MCP π in VS Code or Cursor?
Add an entry to your `.vscode/mcp.json` or `.cursor/mcp.json` file with the Docker command as shown in the README, and ensure GitHub Copilot or MCP is enabled.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments