Skip to main content
Glama

Better Auth MCP Server

by nahmanmate

generate_migration_plan

Generate a step-by-step migration plan to transition from current authentication systems, such as auth.js or next-auth, to Better-Auth, ensuring smooth project integration.

Instructions

Create step-by-step migration plan from existing auth to Better-Auth

Input Schema

NameRequiredDescriptionDefault
currentAuthTypeYesCurrent authentication system type
projectPathYesPath to the project root

Input Schema (JSON Schema)

{ "properties": { "currentAuthType": { "description": "Current authentication system type", "enum": [ "auth.js", "next-auth" ], "type": "string" }, "projectPath": { "description": "Path to the project root", "type": "string" } }, "required": [ "projectPath", "currentAuthType" ], "type": "object" }

You must be authenticated.

Other Tools from Better Auth MCP Server

Related Tools

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/nahmanmate/better-auth-mcp-server'

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