Skip to content

Releases: telemetryflow/telemetryflow-go-mcp

TelemetryFlow GO MCP Server v1.1.2

09 Jan 14:42

Choose a tag to compare

TelemetryFlow GO MCP Server v1.1.2

Model Context Protocol (MCP) server for Claude AI integration with enterprise telemetry capabilities.

Downloads

Platform Architecture Package
Linux amd64 RPM, DEB, tar.gz
Linux arm64 RPM, DEB, tar.gz
Windows amd64 ZIP
macOS Intel (amd64) DMG, tar.gz
macOS Apple Silicon (arm64) DMG, tar.gz

Installation

Linux (DEB):

sudo dpkg -i tfo-mcp_1.1.2_amd64.deb

Linux (RPM):

sudo rpm -i tfo-mcp-1.1.2-1.x86_64.rpm

macOS:
Open the DMG file and run ./install.sh

Windows:
Extract ZIP and run install.ps1 as Administrator

Claude Desktop Integration

Add to your Claude Desktop config:

{
  "mcpServers": {
    "telemetryflow": {
      "command": "tfo-mcp",
      "args": ["serve", "--transport", "stdio"]
    }
  }
}

Verification

Verify downloads using SHA256 checksums in checksums-sha256.txt.


📚 Documentation | 🐛 Report Issues

Full Changelog: https://github.com/telemetryflow/telemetryflow-go-mcp/commits/v1.1.2