pinner-mcp

safedep/pinner-mcp
★ 12 stars Go 🧠 Memory/Knowledge Updated 6mo ago
Model Context Protocol (MCP) server to pin components to their immutable version
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pinner-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/safedep/pinner-mcp@latest"
      ]
    }
  }
}