mcp-data-platform-v1.38.5
What's New
Branded Two-Zone Header for Public Viewer
The public share viewer (/portal/view/:token) now supports a branded two-zone header:
- Far left (optional): Implementor brand — show your organization's name, logo, and link
- Far right (always shown): Platform brand — defaults to MCP Data Platform; overridable to your platform brand (e.g., "Plexara")
Both zones support clickable links when URLs are configured.
Configuration
portal:
implementor: # optional — omit to hide the left zone
name: "ACME Corp"
logo: "https://acme.com/logo.svg" # fetched at startup, inlined as SVG
url: "https://acme.com"
mcpapps:
apps:
platform-info:
config:
brand_name: "Plexara" # overrides default "MCP Data Platform"
brand_url: "https://plexara.io" # makes the platform brand clickableChangelog
Installation
Homebrew (macOS)
brew install txn2/tap/mcp-data-platformClaude Code CLI
claude mcp add mcp-data-platform -- mcp-data-platformDocker
docker pull ghcr.io/txn2/mcp-data-platform:v1.38.5Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_1.38.5_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_1.38.5_linux_amd64.tar.gz