Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,325
  • Apple
  • Linux
inviteNewUser.hbs1.19 kB
<!DOCTYPE html> <html> <head> <title>Invite</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; line-height: 1.6; padding: 20px; } .container { background: #fff; padding: 20px; } .button { display: inline-block; padding: 10px 20px; line-height: 20px; background: linear-gradient(323deg, #008751 30.56%, #3ae19e 118.19%); color: white !important; text-decoration: none; border-radius: 5px; font-weight: bold; text-align: center; border: none; cursor: pointer; } @media (prefers-color-scheme: dark) { body { background-color: #181818; color: #f4f4f4; } .container { background: #181818; } } </style> </head> <body> <div class="container"> <p>You have been invited to join the workspace <b>{{workspaceName}}</b> on Fonoster.</p> <p>Your assigned one-time password: <b>{{oneTimePassword}}</b></p> <p>For access, please click on the button below:</p> <a href="{{inviteUrl}}" class="button">Access Workspace</a> </div> </body> </html>

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/fonoster/fonoster'

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