Skip to main content
Glama
auth.ts281 B
import NextAuth from "next-auth"; import { PrismaAdapter } from "@auth/prisma-adapter"; import { db } from "./db"; import { authConfig } from "./lib/auth.config"; export const { handlers, auth, signIn, signOut } = NextAuth({ ...authConfig, adapter: PrismaAdapter(db), });

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

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