MakerAi
Provides a robust framework for creating Model Context Protocol servers in Delphi, enabling secure and standardized communication between AI clients and local application functionalities.
Acerca de
MakerAi is a comprehensive Delphi framework designed for building MCP (Model Context Protocol) servers. It acts as a secure and standardized bridge, allowing client applications, particularly large language models (LLMs) like Claude, to discover and execute functions exposed by your local Delphi applications. This enables AI to interact seamlessly with local resources such as file systems, databases, or custom business logic, standardizing the communication flow through a JSON-RPC based open standard. With support for both StdIO and HTTP protocols, it offers flexibility for various integration scenarios, from local desktop applications to network-exposed services.
Características Principales
- Modular framework for creating custom tools and exposing application functionality
- Includes a demo server with pre-built tools for file access and system information
- Supports multiple communication protocols: StdIO for local integration and HTTP for network access
- Designed for cross-platform compatibility on Windows and Linux
- Enables simple integration with MCP-compatible clients like Claude Desktop and MakerAi Delphi Suite
- 0 GitHub stars
Casos de Uso
- Bridging AI clients (e.g., LLMs) with local Delphi applications to access file systems, databases, or custom logic
- Exposing Delphi application functionalities as discoverable and executable tools over a network or via StdIO
- Integrating with AI development environments like Claude Desktop for enhanced local resource interaction