SeaTunnel is a multimodal, high-performance, distributed, massive data integration tool.

Clone this repo:

Branches

  1. 5c1ced1 [Feature][X2SeaTunnel] Add X2SeaTunnel tool (#2) by Adam Wang · 13 days ago main
  2. b969c64 [Feature][MCP] Add SeaTunnel mcp tool (#1) by ocean-zhc · 3 weeks ago
  3. eb9f464 Init commit by Jia Fan · 3 weeks ago

Apache SeaTunnel Tools

This repository hosts auxiliary tools for Apache SeaTunnel. It focuses on developer/operator productivity around configuration, conversion, packaging and diagnostics. Current modules:

  • x2seatunnel: Convert configurations (e.g., DataX) into SeaTunnel configuration files.

More tools may be added in the future. For the main data integration engine, see the Apache SeaTunnel project.

Tool 1 - SeaTunnel MCP Server

What is MCP?

  • MCP (Model Context Protocol) is an open protocol for connecting LLMs to tools, data, and systems. With SeaTunnel MCP, you can operate SeaTunnel directly from an LLM-powered interface while keeping the server-side logic secure and auditable.
  • Learn more: https://github.com/modelcontextprotocol

SeaTunnel MCP Server

For screenshots, demo video, features, installation and usage instructions, please refer to the README in the seatunnel-mcp directory.

Tool 2 - x2seatunnel

What is x2seatunnel?

  • x2seatunnel is a configuration conversion tool that helps users migrate from other data integration tools (e.g., DataX) to SeaTunnel by converting existing configurations into SeaTunnel-compatible formats.
  • x2seatunnel

Contributing

Issues and PRs are welcome.

Get the main project from Apache SeaTunnel