We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/byjit/mcp-os'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
types.ts•232 B
// Context from the auth process, encrypted & stored in the auth token
// and provided to the DurableMCP as this.props
export type Props = {
login: string;
name: string;
email: string;
accessToken: string;
idToken?: string;
};