Skip to main content
Glama

Auth0 OIDC MCP Server

by moeki0
types.ts174 B
import type { JWTPayload } from "jose"; export type UserProps = { claims: JWTPayload; tokenSet: { accessToken: string; idToken: string; refreshToken: string; }; };

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/moeki0/mcp-auth0-oidc'

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