We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpauth/mcpauth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
protected.pug•467 B
extends layout
block content
if session
h1(class="mb-2 text-3xl font-medium") Protected page
p
| This is a protected content. You can access this content because you are
| signed in.
p Session expiry: #{ session.expires ? session.expires : '' }
else
h1(class="mb-2 text-3xl font-medium") Access Denied
p
| You must be #{ ' ' }
a(href="/api/auth/signin", class="underline") signed in
| #{ ' ' } to view this page