AI / ML|Cloud|DevelopmentJupyter Notebook

learn-agentic-ai

Learn Agentic AI using Dapr Agentic Cloud Ascent (DACA) Design Pattern.

Free
N/A rating (0 reviews)0 installs4,056 GitHub stars
Agentic AIDaprKubernetes

This repository provides learning material for Agentic AI and Cloud courses, focusing on the integration of various technologies such as OpenAI Agents SDK, Memory, MCP, A2A, and Knowledge Graphs. It aims to train millions of agentic-AI developers and support the launch of startups at scale.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "learn-agentic-ai": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-learn-agentic-ai"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.