Better Auth MCP Server

analyze_current_auth

Detect and analyze existing auth.js/next-auth implementation

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the project root

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the project root", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }