SeaTunnel MCP Server
@ocean-zhc
关于 SeaTunnel MCP Server
A Model Context Protocol (MCP) server for Apache Seatunnel. This provides access to your Apache Seatunnel RESTful API V2 instance and the surrounding ecosystem.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"seatunnel": {
"command": "python",
"args": [
"-m",
"src.seatunnel_mcp"
],
"cwd": "Project root directory",
"env": {
"SEATUNNEL_API_URL": "http://localhost:8090"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SeaTunnel MCP Server?
A Model Context Protocol (MCP) server that enables LLM interfaces like Claude to interact with Apache SeaTunnel through REST API, supporting job management, system monitoring, and dynamic connection configuration.
How to use SeaTunnel MCP Server?
Install via pip install -e . in a Python 3.12+ virtual environment, set environment variables SEATUNNEL_API_URL and optionally SEATUNNEL_API_KEY, then run python -m src.seatunnel_mcp. Configure in Claude Desktop by adding a seatunnel MCP server entry to claude_desktop_config.json.
Key features of SeaTunnel MCP Server
- Job management: submit, stop, monitor jobs
- System monitoring and information retrieval
- REST API interaction with SeaTunnel services
- Dynamic connection configuration at runtime
- Built-in logging and monitoring tools
Use cases of SeaTunnel MCP Server
- Submit and manage SeaTunnel jobs via conversational LLM interfaces
- Monitor cluster health and job status in real time
- Dynamically switch SeaTunnel instances without restarting the server
- Batch submit multiple job configurations in one call
- Retrieve detailed job info and statistics for troubleshooting
FAQ from SeaTunnel MCP Server
What runtime dependencies does SeaTunnel MCP Server require?
Python 3.12 or higher, a running SeaTunnel instance, and Node.js for testing with MCP Inspector.
How do I change the SeaTunnel instance the server connects to?
Use the update-connection-settings tool at runtime to update the URL and optional API key without restarting the server.
What transport or authentication does the server support?
The server communicates via standard MCP protocol (stdio or SSE). It accepts an optional API key via the SEATUNNEL_API_KEY environment variable or runtime settings.
Can I stop a job and save its state?
Yes, the stop-job tool accepts an optional savepoint parameter.
Are there any known limitations?
—
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论