Description
This KEP proposes adding a Model Context Protocol (MCP) Server to the Kubeflow SDK.
Problem: Using Kubeflow Training requires Python SDK expertise + Kubernetes knowledge. Users must understand TrainerClient, BuiltinTrainer, CustomTrainer, PVCs, RBAC, and multiple tools.
Solution: MCP server wraps the existing SDK, enabling AI agents (Claude, Cursor, VS Code Copilot) to interact with training through natural language—no code duplication.
Related: kubeflow/sdk#238
Description
This KEP proposes adding a Model Context Protocol (MCP) Server to the Kubeflow SDK.
Problem: Using Kubeflow Training requires Python SDK expertise + Kubernetes knowledge. Users must understand
TrainerClient,BuiltinTrainer,CustomTrainer, PVCs, RBAC, and multiple tools.Solution: MCP server wraps the existing SDK, enabling AI agents (Claude, Cursor, VS Code Copilot) to interact with training through natural language—no code duplication.
Related: kubeflow/sdk#238