Skip to content

Releases: askdba/mysql-mcp-server

v1.1.0

06 Dec 14:15

Choose a tag to compare

MySQL MCP Server 1.1.0

A fast, read-only MySQL server for the Model Context Protocol (MCP).

Installation

Download Binary:
Download the appropriate binary for your platform below.

Docker:

docker pull ghcr.io/askdba/mysql-mcp-server:1.1.0

Build from Source:

git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make build

Changelog

Other

  • 52f0766 Add Multi-DSN orchestration and Vector search tools
  • 0e6fc2e Fix Docker build: download Go 1.24.3 from source
  • f9b666a Fix data race in connection switching
  • 824a888 Latest local changes
  • 91c2441 Refactor VectorSearchInput and VectorInfoOutput struct fields for consistency

Full Changelog: v0.1.0...v1.1.0

v0.1.0

27 Nov 01:23

Choose a tag to compare

MySQL MCP Server 0.1.0

A fast, read-only MySQL server for the Model Context Protocol (MCP).

Installation

Download Binary:
Download the appropriate binary for your platform below.

Docker:

docker pull ghcr.io/askdba/mysql-mcp-server:0.1.0

Build from Source:

git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make build

Changelog

Other

  • b0e0f6e Fix CI/CD release workflow issues

Full Changelog: v1.0.0...v0.1.0