Jokes Demo icon

Jokes Demo

Deploys a Model Context Protocol (MCP) server designed to deliver various types of jokes and demonstrates its integration with AI agents.

About

This project serves as a hands-on lab to demonstrate the integration of the Model Context Protocol (MCP) with Microsoft Copilot Studio. It provides a standardized way for AI models to access external data, exemplified here by a 'Jokes MCP Server' that can be deployed locally or to Azure. This allows developers to seamlessly connect existing knowledge servers and APIs, such as a joke-telling service, directly into Copilot Studio agents, leveraging enterprise security and governance controls through connector infrastructure.

Key Features

  • Demonstrates Model Context Protocol (MCP) server deployment
  • Integrates MCP servers with Microsoft Copilot Studio and GitHub Copilot
  • Supports local development and Azure cloud deployment via Azure Developer CLI
  • Provides a functional jokes API for AI agents
  • Utilizes Bicep for Azure resource provisioning
  • 0 GitHub stars

Use Cases

  • Integrating custom data sources and APIs with AI copilots
  • Building AI agents with real-time access to external information
  • Learning how to deploy and configure an MCP server