{
  "_comment": "Synapse MT5 — Windsurf Configuration",
  "_file": "~/.codeium/windsurf/mcp_config.json",

  "mcpServers": {
    "synapse-mt5": {
      "command": "npx",
      "args": ["-y", "synapse-mt5", "--", "--profile", "chart_control"],
      "env": {
        "SYNAPSE_LICENSE_KEY": "YOUR-LICENSE-KEY"
      }
    }
  }
}
