Release v0.40.9
Changes in this Release
0.40.9 (2025-10-18)
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
- 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
- Rename it to
mcp-devtools
and place it in your path (e.g.,mv mcp-devtools-darwin-arm64 /usr/local/bin/mcp-devtools
). - 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