compatible with Cursor or Claude Desktop as a MCP Server
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
{
"mcpServers": {
"FlinkMCP": {
"command": "/Users/jansvoboda/.local/bin/uv",
"args": [
"--directory",
"/Users/jansvoboda/Code/python/FlinkMCP",
"run",
"server.py"
]
}
}
}
Examples: