![image](axway.png) MCP in Practice What is MCP? === * Open Standard * Created by Anthropic (Creators of Claude) in 2024 * Allows LLMs to connect to data and systems * Enables _agentic_ workflows **MCP gives tools to AI** === ![image](robot.png) Why MCP? === ```mermaid +render +width:100% sequenceDiagram You->>Chat: Chat, I'm 10 minutes away from a demo and I'm getting this error Note over You,Chat: (pastes exactly the most useless part of error) Chat->>You: I can help you with that! Just do this... Note over You,Chat: (Confidently makes assumptions to please you and save tokens) You->>Chat: That didn't work! Now I see this error! Note over You,Chat: (Hurriedly types out misremembered error) loop You->>Chat:😤 Chat->>You:😭 end ``` ![image](grandpa-gpt.gif) Tools for the demo === * `openshift-mcp-server` - Kubernetes/OpenShift API operations * `gitea-mcp-server` - Git repository operations * `argocd-mcp-server` - ArgoCD (aka Openshift GitOps) application management * `minio-mcp-server` - S3-Compatible Object storage operations DEMO === Have fun exploring the world of MCP! === ![image](happy2.gif) ```bash +exec /// mpv --no-config --vo=none --really-quiet happy.webm ```