EpicMe MCP
EpicMe MCP
这是一个仅可通过模型上下文协议 (MCP) 访问的应用程序的示例。
从用户注册和身份验证到与用户数据交互的所有事务都通过 MCP 工具处理。
我们的目标是展示未来应用的可能,即用户通过自然语言、LLM 和 MCP 协议与我们的应用进行交互。这也将成为我在EpicAI.pro上教授如何构建 MCP 工具的基础。
验证
身份验证流程非常独特,因为我们需要能够为尚不存在的用户(用户需要先注册)进行 OAuth 授权。因此,我们会自动生成授权,无需用户自行完成 OAuth 流程。然后,我们允许用户通过电子邮件收到的 TOTP 代码来领取授权。
效果已经足够好了。
Related MCP server: Anytype MCP Server
已知问题
在开发过程中,如果删除.wrangler目录,则会删除动态注册的客户端。这些客户端不知道它们的条目已被删除,因此不会尝试重新注册。在 MCP 检查器中,您可以进入浏览器开发工具并清除会话存储,然后客户端就会重新注册。对于其他客户端,我不知道如何让它们重新注册。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA simple application demonstrating Model Context Protocol (MCP) integration with FastAPI and Streamlit, allowing users to interact with LLMs through a clean interface.3
- Alicense-qualityBmaintenanceA Model Context Protocol (MCP) server implementation that enables AI assistants to interact with Anytype's API through natural language, allowing users to manage their knowledge base through conversation.1,112500MIT
- Flicense-qualityDmaintenanceEnables natural language interaction with FastAPI applications through Google's Gemini AI using MCP tools. Provides CRUD operations for user management and application health monitoring through conversational prompts.
- Alicense-qualityCmaintenanceComplete Model Context Protocol (MCP) server designed to facilitate seamless interaction between Large Language Models (LLMs) and end-users. It provides a robust set of tools for notifications, confirmations, selections, and text inputs, supporting multiple rendering modes including Console, GUI, and Telegram Bot.2MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
GibsonAI MCP server: manage your databases with natural language
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/epicweb-dev/epic-me-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server