We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
password_reset_email.html•644 B
<!doctype html>
<html lang="en">
<body style="font-family: Arial, sans-serif; color: #1f2937; line-height: 1.5;">
<h2 style="margin-bottom: 0.5rem;">Password Reset Request</h2>
<p>Hello {{ display_name }},</p>
<p>We received a request to reset your MCP Gateway password.</p>
<p>
Use the secure link below to choose a new password:
</p>
<p>
<a href="{{ reset_url }}" style="color: #2563eb;">Reset Password</a>
</p>
<p>This link expires in {{ expires_minutes }} minutes and can only be used once.</p>
<p>If you did not request this change, you can safely ignore this email.</p>
</body>
</html>