Releases: Wavix/wavix-mcp-server
Release list
First public release of the Wavix MCP Server.
Highlights
Hosted endpoint at https://mcp.wavix.com/mcp — Streamable HTTP transport, Bearer auth via Wavix API key.
Full Wavix API coverage — tools generated from the Wavix OpenAPI spec. See TOOLS.md for the complete catalogue.
MCP Resources — Wavix documentation exposed as native MCP resources. See https://docs.wavix.com/.
One-click install for VS Code and Cursor; manual configs documented for Claude Code, Claude Desktop / Web, Codex CLI, Windsurf, and any Streamable-HTTP-compatible MCP client.
Self-hosting via Docker or pip install -e . (Python 3.10+) for custom Wavix deployments and on-prem use.
Security
API keys are forwarded per-request to api.wavix.com only.
Never logged, never sent to documentation hosts, never followed on cross-host redirects (pre-signed S3 URLs).
See README.md for full install / configuration instructions.