MCP for MQL5 CI

 

I created an MCP that compiles and iterates on MQL5 code locally.

The entire workflow — create, modify, error correction, and save — is done from the terminal. I've uploaded it to GitHub, check it out if you're interested.


https://github.com/Double-Aces/MQLoop/tree/main

GitHub - Double-Aces/MQLoop: MCP server that automates MQL5 compile-fix loops with any LLM tool
  • Double-Aces
  • github.com
MCP server that automates MQL5 development with any LLM-powered coding tool. Increases your sleep time. MQLoop provides a compile-fix loop: your LLM generates MQL5 code, MQLoop compiles it via MetaEditor, parses errors, and feeds them back to the LLM for automatic correction — up to 30 iterations until the code compiles cleanly. File...