Connect to Flink clusters to run queries, manage sessions, and control jobs.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "flink-mcp" yet — see the docs or source repo.
Connect to the specified Flink SQL Gateway session, run this SQL: SELECT user_id, COUNT(*) AS cnt FROM events GROUP BY user_id LIMIT 10; and return the results.
A result table with columns and the first few returned rows.
Create a new Flink session for the test environment, set parallelism to 4, list the current session parameters, and keep the session available for later SQL execution.
A new session ID, configuration details, and an active session ready for reuse.
List running jobs in the current Flink cluster, find the job named streaming_orders, return its status, and stop it safely if it is running.
A job list, the target job status, and the result of the stop operation.
Connect to major databases via MCP to run SQL queries and commands.
Securely connect to and operate MySQL databases through the MCP protocol.
Connect to StarRocks via MCP for querying, analysis, and database integration.
Run read-only MySQL queries and list datasources through MCP.
Query and manage Microsoft SQL Server databases with natural language.
Securely inspect and query SQL Server databases for analysis and troubleshooting.