Skip to content

Releases: yuna0x0/hackmd-mcp

hackmd-mcp v1.5.7

28 Nov 21:58
7192414

Choose a tag to compare

What's Changed

  • Upgrade dependencies
  • Upgrade package manager

Full Changelog: v1.5.6...v1.5.7

hackmd-mcp v1.5.6

05 Nov 05:49
eccf1f1

Choose a tag to compare

What's Changed

  • Update build script in package.json
  • Upgrade mcpb manifest version to 0.3
  • Upgrade dependencies
  • Upgrade package manager

Full Changelog: v1.5.5...v1.5.6

hackmd-mcp v1.5.5

20 Oct 10:20
0437d17

Choose a tag to compare

What's Changed

  • Remove invalid websiteUrl in server.json

Full Changelog: v1.5.4...v1.5.5

hackmd-mcp v1.5.4

20 Oct 08:46
b179d33

Choose a tag to compare

What's Changed

  • Replace rimraf with shx in package.json
  • Add cross-env to support cross platform environment variables
  • Update server.json to match latest version of schema
  • Update MCP Registry publish workflow to use latest version of MCP Publisher
  • Upgrade dependencies
  • Upgrade package manager

Full Changelog: v1.5.3...v1.5.4

hackmd-mcp v1.5.3

29 Sep 12:40
c00a331

Choose a tag to compare

What's Changed

  • Update MCP Publisher in GitHub Actions to 1.1.0
  • Upgrade mcpb manifest version
  • Upgrade dependencies
  • Upgrade package manager

Full Changelog: v1.5.2...v1.5.3

hackmd-mcp v1.5.2

22 Sep 00:22
5002538

Choose a tag to compare

What's Changed

  • Fix dotenv outputs to stdout
  • Fix mcpb and symlink node_modules issue

Full Changelog: v1.5.1...v1.5.2

hackmd-mcp v1.5.1

21 Sep 14:06
40d01f1

Choose a tag to compare

What's Changed

Docker Image

  • [Deprecated] Remove image support for Docker Hub
  • Update README to use GitHub Container Registry
  • Add missing pnpm-workspace.yaml to Dockerfile

GitHub Actions

  • Support GitHub Container Registry publish action
  • Add release environment for GitHub OCI and MCP Registry
  • Rename release to release-npm for npm release environment

MCP Registry

  • Update server.json schema

MCP Bundles (MCBP)

  • Add privacy policy URL to manifest.json

package.json

  • Upgrade dependencies
  • Upgrade package manager

⚠️ Deprecation Notice

Docker Hub Image Deprecation

The HackMD MCP server Docker image on Docker Hub (docker.io) is being deprecated in favor of GitHub Container Registry (ghcr.io).

  • Docker Hub Image Removal Date: November 1, 2025
  • Migration Path: Please update your deployments to use ghcr.io/yuna0x0/hackmd-mcp instead of the Docker Hub image. Users who are using versions < 1.4.2 should build the Docker image from source.

The Docker Hub image will no longer receive updates starting from this release v1.5.1. After November 1, 2025, all images on Docker Hub will be removed.

Releases >= 1.4.2 have images published to GitHub Container Registry. For versions < 1.4.2, please build the Docker image from source, as these versions are not available on GitHub Container Registry.

All future releases will only be published to GitHub Container Registry.

Migration Example:

# Old (deprecated)
docker pull yuna0x0/hackmd-mcp

# New
docker pull ghcr.io/yuna0x0/hackmd-mcp

Full Changelog: v1.5.0...v1.5.1

hackmd-mcp v1.5.0

15 Sep 03:05
c574d89

Choose a tag to compare

What's Changed

  • Add HackMD API URL allowlist to prevent SSRF attacks (CVE-2025-59155)
  • Upgrade package manager and update pnpm lockfile

⚠️ Breaking change

User who uses custom HackMD API URL with HackMD MCP server running in HTTP transport mode, should update their server environment variable with ALLOWED_HACKMD_API_URLS (comma-separated URL).

Otherwise, the default configuration now only allows the official HackMD API URL (https://api.hackmd.io/v1).

For example:

ALLOWED_HACKMD_API_URLS=https://api.hackmd.io/v1,https://your-hackmd-instance.com/api/v1

Full Changelog: v1.4.2...v1.5.0

hackmd-mcp v1.4.2

13 Sep 08:17
35af63c

Choose a tag to compare

What's Changed

  • Upgrade dependencies
  • Update MCP Registry server.json and GitHub workflow
  • Add labels to Docker image

Full Changelog: v1.4.1...v1.4.2

hackmd-mcp v1.4.1

03 Sep 18:11
d1d0974

Choose a tag to compare

What's Changed

  • Update README

Full Changelog: v1.4.0...v1.4.1