Get the FREE Ultimate OpenClaw Setup Guide →

MakerAi_MCPServer

⚠️ Proyecto absorbido por MakerAI → https://github.com/gustavoeenriquez/MakerAi

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
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:

  1. Clone the MakerAI repository or obtain the updated codebase that contains Source/MCPServer/:
git clone https://github.com/gustavoeenriquez/MakerAi.git
cd MakerAi
  1. Install dependencies for the repository (at the project root or as specified by MakerAI documentation):
npm install
  1. Ensure the MCPServer code exists at Source/MCPServer/ (as per the README, this is where the MCP server resides after integration).
  2. If your environment requires a separate launcher, ensure the path to the MCP server entrypoint is correct (for example, Source/MCPServer/index.js).
  3. 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
  1. 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

Sponsor this space

Reach thousands of developers