← Registry

Developer Tools

better-auth.com

Provides search and retrieval of Better Auth documentation for developers.

1 endpoint2 known toolsFirst detected May 29, 2026Last detected September 25, 2026

ENDPOINT 1

https://mcp.better-auth.com/mcp

No auth detected

MCP server metadata

Name
better-auth
Version
0.0.1
Capabilities
tools.listChanged
Server instructions

Use this server to search and retrieve Better Auth documentation. Prefer a version named by the user; otherwise, when the client can inspect the project, determine the installed better-auth version from its lockfile or package manifest. Resolve that version through get_doc with path "/llms.txt", then use the matching documentation version identifier. When no project version is available, use "latest". Call search_docs with the resolved version, then pass its result path unchanged to get_doc.

Known tools 2

search_docs

Search Better Auth documentation and return matching snippets.

Inferred read-only
get_doc

Get Better Auth documentation content.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.better-auth]
url = "https://mcp.better-auth.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "better-auth": {
      "type": "http",
      "url": "https://mcp.better-auth.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: better-auth
Remote MCP URL: https://mcp.better-auth.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "better-auth": {
      "url": "https://mcp.better-auth.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "better-auth": {
      "type": "http",
      "url": "https://mcp.better-auth.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "better-auth",
  "transport": "streamable-http",
  "url": "https://mcp.better-auth.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.