Ashfaqbs/apache-flink-mcp-server
If you are the rightful owner of apache-flink-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Apache Flink MCP Server is a Model Context Protocol server that facilitates interaction between AI assistants and Apache Flink clusters using natural language interfaces.
Tools
Functions exposed to the LLM to take actions
get_cluster_info
Fetch an overview of the Flink cluster including jobs, slots, and TaskManagers.
list_jobs
List all current and recent Flink jobs with their status.
get_job_details
Get detailed information about a specific Flink job.
list_taskmanagers
List all registered TaskManagers in the cluster.
get_job_exceptions
Fetch exceptions that occurred in the specified job.
list_jar_files
List all uploaded JAR files in the Flink cluster.
get_job_metrics
Fetch selected useful metrics for a running Flink job.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client