Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/events/release-apache-skywalking-mcp-0-1-0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Release Apache SkyWalking MCP 0.1.0"
date: 2026-03-26
author: SkyWalking Team
description: "Release Apache SkyWalking MCP 0.1.0"
---

SkyWalking MCP 0.1.0 is released. Go to [downloads](/downloads) page to find release tars.

## What's Changed

* Initial release of the `swmcp` binary (SkyWalking MCP server).
* Support for three MCP transport modes: `stdio`, `sse`, and `streamable`.
* Integration with Apache SkyWalking OAP via GraphQL, including:
* Traces, logs, metrics, topology, alarms, and events query tools.
* MQE (Metrics Query Extension) tools using the OAP `/graphql` endpoint.
* Prompt support for trace and log analysis and utility workflows.
* Embedded documentation and dynamic metrics resources for MQE.
* Makefile targets for build, lint, license checks, and Docker image creation.
* Docker image is available at [apache/skywalking-mcp](https://hub.docker.com/r/apache/skywalking-mcp).
23 changes: 23 additions & 0 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,29 @@
link: https://downloads.apache.org/skywalking/cli/0.14.0/skywalking-cli-0.14.0-bin.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/cli/0.14.0/skywalking-cli-0.14.0-bin.tgz.sha512
- name: SkyWalking MCP
icon: skywalking
description: Apache SkyWalking MCP Server provides MCP access to SkyWalking observability data.
source:
- version: v0.1.0
date: Mar. 26th, 2026
downloadLink:
- name: src
link: https://www.apache.org/dyn/closer.cgi/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-src.tgz
- name: asc
link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-src.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-src.tgz.sha512
distribution:
- version: v0.1.0
date: Mar. 26th, 2026
downloadLink:
- name: tar
link: https://www.apache.org/dyn/closer.cgi/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-bin.tgz
- name: asc
link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-bin.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/mcp/0.1.0/apache-skywalking-mcp-0.1.0-bin.tgz.sha512
- name: Kubernetes Helm
icon: helm
description: SkyWalking Kubernetes Helm repository provides ways to install and configure SkyWalking in a Kubernetes cluster. The scripts are written in Helm 3.
Expand Down