エピックミーMCP
これは、モデル コンテキスト プロトコル (MCP) 経由でのみアクセス可能なアプリケーションの例です。
ユーザー登録と認証からユーザーデータの操作まで、すべてが MCP ツールを介して処理されます。
目標は、LLMとMCPプロトコルを用いて、ユーザーが自然言語でアプリとインタラクトできるアプリケーションの将来像を示すことです。これは、 EpicAI.proでMCPツールの構築方法を教える際の基礎にもなります。
認証
認証フローは独特です。まだ存在しないユーザー(ユーザーはまず登録が必要です)に対してOAuthを経由する必要があるためです。そのため、ユーザーがOAuthフローを自分で実行することなく、自動的に権限付与を生成します。その後、ユーザーにメールで送信されるTOTPコードを介して権限付与を申請できるようにします。
これは十分に機能します。
既知の問題
開発中に.wrangler
ディレクトリを削除すると、動的に登録されたクライアントも削除されます。これらのクライアントはエントリが削除されたことを認識していないため、再登録を試みません。MCP Inspector では、ブラウザの開発ツールからセッションストレージをクリアすることで再登録できます。他のクライアントでは、再登録の方法がわかりません。
This server cannot be installed
LLM を使用した自然言語によるユーザー インタラクションの将来を示すアプリケーションで、モデル コンテキスト プロトコル (MCP) ツールのみを介してユーザー登録、認証、およびデータ インタラクションが可能になります。
Related MCP Servers
- -securityAlicense-qualityA 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 -1231TypeScriptMIT License
- -securityFlicense-qualityA 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
- -securityAlicense-qualityA 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 -5PythonApache 2.0
- -securityFlicense-qualityA simple application demonstrating Model Context Protocol (MCP) integration with FastAPI and Streamlit, allowing users to interact with LLMs through a clean interface.Last updated -3Python