Skip to content

Releases: sammcj/mcp-devtools

Release v0.59.42

30 Mar 09:52
4a1f386

Choose a tag to compare

Changes in this Release

0.59.42 (2026-03-30)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.41

28 Mar 01:15
e191ad6

Choose a tag to compare

Changes in this Release

0.59.41 (2026-03-28)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.40

24 Mar 14:20
954d7e5

Choose a tag to compare

Changes in this Release

0.59.40 (2026-03-24)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.39

22 Mar 05:19
b8841c8

Choose a tag to compare

Changes in this Release

0.59.39 (2026-03-22)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.38

20 Mar 05:27
fbef21e

Choose a tag to compare

Changes in this Release

0.59.38 (2026-03-20)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.37

18 Mar 22:01
636d38f

Choose a tag to compare

Changes in this Release

0.59.37 (2026-03-18)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.36

17 Mar 16:40
4cb8728

Choose a tag to compare

Changes in this Release

0.59.36 (2026-03-17)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.35

16 Mar 10:01
1b4fd6a

Choose a tag to compare

Changes in this Release

0.59.35 (2026-03-16)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.34

15 Mar 05:09
9c72bf5

Choose a tag to compare

Changes in this Release

0.59.34 (2026-03-15)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools

Release v0.59.33

13 Mar 22:17
e4c5466

Choose a tag to compare

Changes in this Release

0.59.33 (2026-03-13)

Installation

Quick Install

curl -fsSL https://raw.githubusercontent.com/sammcj/mcp-devtools/main/install.sh | bash

Manual Install

Option 1: Install with go install

go install github.com/sammcj/mcp-devtools@HEAD
echo "${GOPATH}/bin/mcp-devtools"
# Use this path in your MCP configuration, if your GOPATH is not set, please check your Go installation / configuration.

Option 2: Download pre-built binaries

  1. Download the binary for your platform:
  • Linux AMD64: mcp-devtools-linux-amd64
  • Linux ARM64: mcp-devtools-linux-arm64
  • macOS Apple Silicon: mcp-devtools-darwin-arm64
  • Windows AMD64: mcp-devtools-windows-amd64.exe
  1. Rename the macOS / Linux binary to mcp-devtools and place it in your path (e.g., mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools).
  2. Make the binary executable e.g. chmod +x /usr/local/bin/mcp-devtools and configure it in your MCP client as per the README.md

In both cases, if you're on macOS, you'll also need to run the following command to allow the downloaded binary to run:

xattr -r -d com.apple.quarantine /usr/local/bin/mcp-devtools