Skip to main content
Glama

EpicMe MCP

by epicweb-dev

エピックミーMCP

これは、モデル コンテキスト プロトコル (MCP) 経由でのみアクセス可能なアプリケーションの例です。

ユーザー登録と認証からユーザーデータの操作まで、すべてが MCP ツールを介して処理されます。

目標は、LLMとMCPプロトコルを用いて、ユーザーが自然言語でアプリとインタラクトできるアプリケーションの将来像を示すことです。これは、 EpicAI.proでMCPツールの構築方法を教える際の基礎にもなります。

認証

認証フローは独特です。まだ存在しないユーザー(ユーザーはまず登録が必要です)に対してOAuthを経由する必要があるためです。そのため、ユーザーがOAuthフローを自分で実行することなく、自動的に権限付与を生成します。その後、ユーザーにメールで送信されるTOTPコードを介して権限付与を申請できるようにします。

これは十分に機能します。

既知の問題

開発中に.wranglerディレクトリを削除すると、動的に登録されたクライアントも削除されます。これらのクライアントはエントリが削除されたことを認識していないため、再登録を試みません。MCP Inspector では、ブラウザの開発ツールからセッションストレージをクリアすることで再登録できます。他のクライアントでは、再登録の方法がわかりません。

-
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