EpicMe MCP
ЭпикМи МКП
Это пример приложения, доступ к которому возможен исключительно через протокол контекста модели (MCP).
Все, от регистрации и аутентификации пользователей до взаимодействия с пользовательскими данными, выполняется с помощью инструментов MCP.
Цель состоит в том, чтобы продемонстрировать возможное будущее приложений, где пользователи взаимодействуют с нашими приложениями посредством естественного языка с LLM и протоколом MCP. Это также будет основой, на которой я буду учить, как создавать инструменты MCP на EpicAI.pro .
Аутентификация
Поток аутентификации уникален, поскольку нам нужно иметь возможность пройти через OAuth для пользователей, которых еще нет (пользователи должны сначала зарегистрироваться). Поэтому мы автоматически генерируем грант, без необходимости для пользователя проходить через поток OAuth самостоятельно. Затем мы позволяем пользователю запросить грант через код TOTP, который отправляется ему по электронной почте.
Это работает достаточно хорошо.
Related MCP server: Anytype MCP Server
Известные проблемы
Во время разработки, если вы удалите каталог .wrangler , вы удалите динамически зарегистрированных клиентов. Эти клиенты не знают, что их записи были удалены, поэтому они не будут пытаться перерегистрироваться. В MCP Inspector вы можете зайти в браузерные инструменты разработчика и очистить хранилище сеансов, и он перерегистрируется. В других клиентах я не знаю, как заставить их перерегистрироваться.
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