Skip to content

mcp-trino-v0.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 08:20
· 21 commits to main since this release
Immutable release. Only release title and notes can be modified.
3aec300

Changelog

Features

  • 3aec300: feat: add ProgressNotifier interface for granular query progress (#36) (@cjimti)

Installation

Claude Desktop (macOS/Windows)

Download the .mcpb bundle for your platform and double-click to install:

  • macOS Apple Silicon (M1/M2/M3/M4): mcp-trino_0.6.0_darwin_arm64.mcpb
  • macOS Intel: mcp-trino_0.6.0_darwin_amd64.mcpb
  • Windows: mcp-trino_0.6.0_windows_amd64.mcpb

Homebrew (macOS)

brew install txn2/tap/mcp-trino

Claude Code CLI

claude mcp add trino \
  -e TRINO_HOST=your-trino-host \
  -e TRINO_USER=your-user \
  -- mcp-trino

Docker

docker pull ghcr.io/txn2/mcp-trino:v0.6.0

Verification

All release artifacts are signed with Cosign. Verify with:

cosign verify-blob --bundle mcp-trino_0.6.0_linux_amd64.tar.gz.sigstore.json \
  mcp-trino_0.6.0_linux_amd64.tar.gz