OpenAuth Server
@Mechanicalgoat
About OpenAuth Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"claude-mcp-server": {
"command": "npx",
"args": [
"wrangler",
"d1",
"create",
"openauth-template-auth-db"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More AI & Agents MCP servers
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments