Skip to main content
Glama

EpicMe MCP

by epicweb-dev

EpicMe MCP

这是一个仅可通过模型上下文协议 (MCP) 访问的应用程序的示例。

从用户注册和身份验证到与用户数据交互的所有事务都通过 MCP 工具处理。

我们的目标是展示未来应用的可能,即用户通过自然语言、LLM 和 MCP 协议与我们的应用进行交互。这也将成为我在EpicAI.pro上教授如何构建 MCP 工具的基础。

验证

身份验证流程非常独特,因为我们需要能够为尚不存在的用户(用户需要先注册)进行 OAuth 授权。因此,我们会自动生成授权,无需用户自行完成 OAuth 流程。然后,我们允许用户通过电子邮件收到的 TOTP 代码来领取授权。

效果已经足够好了。

已知问题

在开发过程中,如果删除.wrangler目录,则会删除动态注册的客户端。这些客户端不知道它们的条目已被删除,因此不会尝试重新注册。在 MCP 检查器中,您可以进入浏览器开发工具并清除会话存储,然后客户端就会重新注册。对于其他客户端,我不知道如何让它们重新注册。

-
security - not tested
F
license - not found
-
quality - not tested

该应用程序展示了通过自然语言与 LLM 进行用户交互的未来,通过模型上下文协议 (MCP) 工具实现用户注册、身份验证和数据交互。

  1. 验证
    1. 已知问题

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.
        Last updated -
        12
        31
        TypeScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A generic Model Context Protocol framework for building AI-powered applications that provides standardized ways to create MCP servers and clients for integrating LLMs with support for Ollama and Supabase.
        Last updated -
        TypeScript
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.
        Last updated -
        5
        Python
        Apache 2.0
      • -
        security
        F
        license
        -
        quality
        A simple application demonstrating Model Context Protocol (MCP) integration with FastAPI and Streamlit, allowing users to interact with LLMs through a clean interface.
        Last updated -
        3
        Python
        • Linux

      View all related MCP servers

      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