Back to directory
gnuhpc/rtc-mcp-server

gnuhpc/rtc-mcp-server

@gnuhpc

A Model Context Protocol (MCP) server implementation for managing Alibaba Cloud Realtime Compute Flink resources

alibaba-cloudflinkrealtime-computingmcp-serverdata-processingstream-processingcloud

Installation & Configuration

{
  "mcpServers": {
    "rtc-mcp-server": {
      "command": "java",
      "args": [
        "-Dtransport.mode=stdio",
        "-Dspring.main.web-application-type=none",
        "-Dspring.main.banner-mode=off",
        "-jar",
        "/path/to/rtc-mcp-server/target/rtc-mcp-server-1.0-SNAPSHOT.jar"
      ],
      "env": {
        "ALIYUN_ACCESS_KEY_ID": "your-access-key-id",
        "ALIYUN_ACCESS_KEY_SECRET": "your-access-key-secret"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdiosse
Language
Java
Created
2026/6/14
Updated
2026/6/15