<svg width="500" height="150" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="backgroundGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#333333;stop-opacity:1" />
</linearGradient>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff0000;stop-opacity:1" />
<stop offset="16.6%" style="stop-color:#ff9900;stop-opacity:1" />
<stop offset="33.3%" style="stop-color:#33cc33;stop-opacity:1" />
<stop offset="50%" style="stop-color:#3399ff;stop-opacity:1" />
<stop offset="66.6%" style="stop-color:#9900cc;stop-opacity:1" />
<stop offset="83.3%" style="stop-color:#ff3399;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff0000;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#backgroundGradient)" />
<text x="50%" y="50%" font-family="Orbitron, sans-serif" font-size="36" fill="url(#rainbowGradient)" text-anchor="middle" alignment-baseline="middle" letter-spacing="2" style="text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.6);">
mureka-mcp
</text>
</svg>