Skip to main content
Glama
firstorderai

Authenticator App MCP Server

by firstorderai
index.ts408 B
// Re-export the server and its types export { AuthenticatorMcpServer } from './mcp.js'; export type { Authenticator } from './authenticator.js'; export { getServerConfig } from './config.js'; export { startServer } from './cli.js'; export const Logger = { log: (...args: any[]) => { console.error('[INFO]', ...args); }, error: (...args: any[]) => { console.error('[ERROR]', ...args); }, };

Latest Blog Posts

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/firstorderai/authenticator_mcp'

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