MakerAi
by gustavoeenriquez
Overview
An AI orchestration framework for Delphi developers to design and deploy intelligent, self-learning, and context-aware systems, including custom MCP Servers.
Installation
No command providedEnvironment Variables
- OPENAI_API_KEY
- GEMINI_API_KEY
- CLAUDE_API_KEY
- OLLAMA_API_BASE_URL
- LMSTUDIO_API_BASE_URL
- GROQ_API_KEY
- DEEPSEEK_API_KEY
- KIMI_API_KEY
Security Notes
The framework enables 'Function Calling' allowing LLMs to interact with native Delphi functions. This is a powerful feature with significant security implications, as it could lead to arbitrary code execution if not meticulously sandboxed and secured. The MCP SSE Server is marked as 'experimental' with potential connectivity issues, which could indicate stability concerns. Reliance on external LLM APIs necessitates secure handling of API keys (not explicitly detailed in README).
Similar Servers
claude-flow
Orchestrates AI agents (Claude) for development workflows, including code generation, testing, analysis, research, and project migration, with MLOps capabilities.
solon-ai
Provides a client and server implementation for the Model Context Protocol (MCP), enabling AI models to interact with external tools, resources, and prompt templates through a standardized, asynchronous interface.
AgentUp
A developer-first framework for building, deploying, and managing secure, scalable, and configurable AI agents, supporting various agent types (reactive, iterative) and the Model-Context Protocol (MCP) for seamless interactions.
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.