Integrations¶
Prompt Decorators can be integrated with various systems and platforms to enhance their capabilities. This section documents the available integrations and how to use them.
Available Integrations¶
Model Context Protocol (MCP)¶
The Model Context Protocol (MCP) integration allows you to expose prompt decorators as MCP tools, which can be used by MCP-compatible clients like Claude Desktop.
- MCP Overview - General overview of the MCP integration
- MCP Server - Documentation for the MCP server implementation
- Claude Desktop Integration - How to use prompt decorators with Claude Desktop
Coming Soon¶
We're working on the following integrations:
- Langchain: Integration with the Langchain framework
- Ollama: Integration with the Ollama local LLM platform
- FastAPI: Expose prompt decorators as a REST API
- LlamaIndex: Integration with the LlamaIndex framework
Why Use Integrations?¶
Integrations extend the capabilities of Prompt Decorators by making them available in different contexts:
- Enhanced Accessibility: Integrate prompt decorators into your existing workflows and tools.
- Standardized Communication: Use common protocols and interfaces to interact with prompt decorators.
- Expanded Functionality: Combine the power of prompt decorators with other systems.
- User-Friendly Interfaces: Make prompt decorators available through intuitive interfaces.
Creating Custom Integrations¶
If you want to create a custom integration for Prompt Decorators, see the Extension Development tutorial for guidance.