MCP.so
登录

OpenAuth Server

@Mechanicalgoat

关于 OpenAuth Server

暂无概览

基本信息

分类

AI 与智能体

运行时

node

传输方式

stdio

发布者

Mechanicalgoat

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "claude-mcp-server": {
      "command": "npx",
      "args": [
        "wrangler",
        "d1",
        "create",
        "openauth-template-auth-db"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is OpenAuth Server?

OpenAuth is a universal provider for managing user authentication. By deploying OpenAuth on Cloudflare Workers, you can add scalable authentication to your application. This demo showcases login, user registration, and password reset, with storage and state powered by D1 and KV.

How to use OpenAuth Server?

Use C3 to create a new project with this template: npm create cloudflare@latest -- --template=cloudflare/templates/openauth-template. Then follow setup steps: install dependencies, create a D1 database and KV namespace, run the database migration, and finally deploy using npx wrangler deploy.

Key features of OpenAuth Server

  • Manages user authentication (login, registration, password reset)
  • Powered by Cloudflare D1 (database) and KV (state storage)
  • Deployable on Cloudflare Workers for scalability
  • Live demo available for testing

Use cases of OpenAuth Server

  • Adding user authentication to a Cloudflare Workers application
  • Scalable login and user registration with persistent storage
  • Password reset flow using D1 and KV

FAQ from OpenAuth Server

What is OpenAuth?

OpenAuth is a universal provider for managing user authentication.

What storage backends does this template use?

It uses D1 for database storage and KV for state storage.

Do I need to deploy immediately after creating the project?

No. When using C3, select "no" when asked to deploy. You must follow the setup steps before deploying.

Where can I see a live demo?

A live public deployment is available at https://openauth-template.templates.workers.dev.

评论

AI 与智能体 分类下的更多 MCP 服务器