8000 GitHub - griga23/FlinkMCP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

griga23/FlinkMCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlinkMPC

AI Agent for Confluent Cloud Flink

compatible with Cursor or Claude Desktop as a MCP Server

image

Features:

  • get list of all statements in some environment
  • get details of a statement
  • get list of compute pools in some environment
  • get details of a compute pool

Requirements

  • python
  • uv
  • Cursor or Claude Desktop

mcp.json example in Cursor

{
  "mcpServers": {
    "FlinkMCP": {
        "command": "/Users/jansvoboda/.local/bin/uv",
        "args": [
            "--directory",
            "/Users/jansvoboda/Code/python/FlinkMCP",
            "run",
            "server.py"
        ]
    }
  }
}

Examples:

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0