Skip to main content
Glama
EmailNotifier.php398 B
<?php declare(strict_types=1); namespace App\Service; use App\Model\User; final class EmailNotifier { public function __construct(private readonly AuditLogger $logger) { } public function sendActivation(User $user): void { $this->logger->info('Sent activation email', [ 'userId' => $user->id(), 'email' => $user->email(), ]); } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pi22by7/In-Memoria'

If you have feedback or need assistance with the MCP directory API, please join our Discord server