ExMCP Tutorials
These tutorials will guide you through the process of creating extensions using the Extension Model Context Protocol (ExMCP) for different AI enhancement use cases.
Beginner Tutorials
Learn the basic concepts and architecture of the Extension Model Context Protocol.
Create a simple context provider that enhances AI responses with relevant code examples.
Learn how to modify AI model behavior with specialized transformations.
Intermediate Tutorials
Build an advanced context provider that uses semantic search to find relevant information.
Create extensions that provide specialized context for specific programming languages.
Learn how to combine multiple context sources for comprehensive AI assistance.
Advanced Tutorials
Design and implement your own specialized protocols for unique use cases.
Use ExMCP to create specialized AI assistants for specific development domains.
Leverage ExMCP to enhance and guide the fine-tuning process for specialized coding LLMs.
Real-World Applications
Create an ExMCP extension that helps identify issues and suggest improvements during code reviews.
Build an extension that automatically generates well-formatted documentation from code.
Create an AI-powered testing assistant that helps write comprehensive tests.
Sample Projects
Explore complete ExMCP sample projects:
- ExMCP Starter Kit - A foundation for building ExMCP extensions
- Context Provider Collection - A library of useful context providers
- Protocol Extensions - Example custom protocols for different domains