Manages code snippets with AI-powered features using Azure Functions, OpenAI, and Cosmos DB, and exposes them as Model Context Protocol (MCP) tools for clients like GitHub Copilot.
Snippy is a serverless code snippet management service built on Azure Functions, demonstrating the creation of AI-powered tools for GitHub Copilot using the Model Context Protocol (MCP). It integrates Durable Functions, Azure OpenAI for vector embeddings, Azure Cosmos DB for storage and querying, and Azure AI Agents for advanced code analysis, enabling developers to save, retrieve, research, and style code snippets directly within their development environment.