MakerAi_MCPServer
⚠️ Proyecto absorbido por MakerAI → https://github.com/gustavoeenriquez/MakerAi
claude mcp add --transport stdio gustavoeenriquez-makerai_mcpserver node Source/MCPServer/index.js \ --env LOG_LEVEL="info" \ --env MAKERAI_CONFIG="path/to/makerai/config (if applicable)"
How to use
This MCP server is part of the MakerAI framework and lives within the MakerAI repository under Source/MCPServer/. It serves as the Delphi MCP server component that was absorbed and integrated into the MakerAI ecosystem. When running within MakerAI, the MCP server interoperates with the framework’s MCP client, agents, and RAG tools to provide Delphi-specific knowledge access, task orchestration, and tool-enabled reasoning. To interact with it, use the MakerAI runtime tooling to start the framework, then invoke the MCP endpoints through the standard MakerAI MCP interface. The server exposes capabilities that allow Delphi-related queries, knowledge retrieval, and tool-assisted actions via the framework’s agent system. If you are using the standalone server path, ensure MakerAI is initialized so that the MCPServer wiring is registered and discoverable by the MCP client components.
How to install
Prerequisites:
- Git
- Node.js (recommended latest LTS) and npm
- Access to the MakerAI repository (since this MCP server lives under Source/MCPServer/ in MakerAI)
Steps:
- Clone the MakerAI repository or obtain the updated codebase that contains Source/MCPServer/:
git clone https://github.com/gustavoeenriquez/MakerAi.git
cd MakerAi
- Install dependencies for the repository (at the project root or as specified by MakerAI documentation):
npm install
- Ensure the MCPServer code exists at Source/MCPServer/ (as per the README, this is where the MCP server resides after integration).
- If your environment requires a separate launcher, ensure the path to the MCP server entrypoint is correct (for example, Source/MCPServer/index.js).
- Start the MakerAI framework which will load and initialize the MCP server (the command may be provided by MakerAI's startup scripts). Example (adjust to your setup):
node Source/MCPServer/index.js
- Verify the MCP server is running and listening on the expected endpoints within the MakerAI runtime documentation or console logs.
Note: Exact startup commands may vary depending on how MakerAI has been packaged in your environment. Refer to MakerAI’s official docs for the recommended launcher and environment configuration.
Additional notes
Tips:
- This MCP server is now part of the MakerAI framework; ensure you run it within the MakerAI runtime context to enable proper integration with agents and RAG workflows.
- If you upgrade MakerAI, verify that Source/MCPServer/ paths remain consistent or adjust the startup script accordingly.
- Set LOG_LEVEL to debug while troubleshooting: e.g., {"LOG_LEVEL": "debug"}.
- If you encounter module resolution errors, run npm install from the repository root to ensure dependencies are installed for the full MakerAI stack.
- If using environment variables, keep sensitive values out of version control and consider loading them from a secure env manager in production.
Related MCP Servers
Wax
Sub-Millisecond RAG on Apple Silicon. No Server. No API. One File. Pure Swift
vibe
🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
Delphi
Native Delphi Server implementation of the Model Context Protocol (MCP)
mem0
✨ mem0 MCP Server: A memory system using mem0 for AI applications with model context protocl (MCP) integration. Enables long-term memory for AI agents as a drop-in MCP server.
furi
CLI & API for MCP management
Pare
Dev tools, optimized for agents. Structured, token-efficient MCP servers for git, test runners, npm, Docker, and more.