Skip to content

Releases: sammcj/mcp-devtools

Release v0.21.3

04 Aug 12:40
90ec716

Choose a tag to compare

Changes in this Release

0.21.3 (2025-08-04)

Code Refactoring

  • refactor tools for security hardening - action gosec (#47) (90ec716)

Installation

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
  1. Rename it 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.21.2

04 Aug 12:31
fb377b7

Choose a tag to compare

Changes in this Release

0.21.2 (2025-08-04)

Code Refactoring

  • refactor tools for security hardening - github,pdf (#46) (fb377b7)

Installation

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
  1. Rename it 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.21.1

04 Aug 11:45
0862488

Choose a tag to compare

Changes in this Release

0.21.1 (2025-08-04)

Code Refactoring

  • refactor tools for security hardening - think (#45) (0862488)

Installation

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
  1. Rename it 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.21.0

01 Aug 07:25
febac29

Choose a tag to compare

Changes in this Release

0.21.0 (2025-08-01)

Features

  • new tool - agents (Claude, Gemini) (#41) (febac29)

Installation

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
  1. Rename it 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.20.0

29 Jul 00:29
1dffe74

Choose a tag to compare

Changes in this Release

0.20.0 (2025-07-29)

Features

Documentation

  • clarify macOS install information [skip-ci] (91083ba)
  • typo: minor docs fix [skip-ci] (92e8371)

Installation

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
  1. Rename it 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.19.3

23 Jul 07:58

Choose a tag to compare

Changes in this Release

0.19.3 (2025-07-23)

Installation

  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
  1. Rename it 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

Release v0.19.0

22 Jul 03:16
226f537

Choose a tag to compare

Changes in this Release

0.19.0 (2025-07-22)

Features

  • new tool - filesystem - ensure disabled by default (#38) (226f537)

Installation

  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
  1. Rename it 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

Release v0.17.0

21 Jul 23:50
e66e6bd

Choose a tag to compare

Changes in this Release

0.17.0 (2025-07-21)

Features

Installation

  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
  1. Rename it 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

Release v0.16.12

21 Jul 10:28
001a31c

Choose a tag to compare

Changes in this Release

0.16.12 (2025-07-21)

Bug Fixes

  • doc processing tool parameter passing (#34) (001a31c)

Installation

  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
  1. Rename it 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

Release v0.16.11

15 Jul 02:18
3ba7b91

Choose a tag to compare

Changes in this Release

0.16.11 (2025-07-15)

Code Refactoring

  • oauth: improve oauth logic and docs (#32) (3ba7b91)

Installation

  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
  1. Rename it 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