Production-grade governed MCP server for Apache Flink secure-by-default tools for REST & SQL Gateway with approval tokens, policy engine, DLP, audit, and Prometheus telemetry.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"flink-mcp-enterprise": {
"command": "npx",
"args": [
"-y",
"vaquarkhan/flink-mcp-enterprise-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add flink-mcp-enterprise npx -y vaquarkhan/flink-mcp-enterprise-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"flink-mcp-enterprise": {
"command": "npx",
"args": [
"-y",
"vaquarkhan/flink-mcp-enterprise-server"
]
}
}
}
📋 Copy