EpicMe MCP
EpicMe MCP
Este es un ejemplo de una aplicación a la que se puede acceder exclusivamente a través del Protocolo de contexto de modelo (MCP).
Todo, desde el registro y la autenticación del usuario hasta la interacción con los datos del usuario, se gestiona mediante herramientas MCP.
El objetivo es demostrar un posible futuro de las aplicaciones donde los usuarios interactúan con ellas mediante lenguaje natural con LLM y el protocolo MCP. Esta será también la base sobre la que enseñaré a desarrollar herramientas MCP en EpicAI.pro .
Autenticación
El flujo de autenticación es único porque necesitamos poder usar OAuth para usuarios que aún no existen (los usuarios deben registrarse primero). Por lo tanto, generamos una autorización automáticamente sin que el usuario tenga que usar OAuth. Después, permitimos que el usuario solicite la autorización mediante un código TOTP que se le envía por correo electrónico.
Esto funciona bastante bien.
Related MCP server: Anytype MCP Server
Problemas conocidos
Durante el desarrollo, si se elimina el directorio .wrangler , se eliminan los clientes registrados dinámicamente. Estos clientes no saben que sus entradas se han eliminado, por lo que no intentarán volver a registrarse. En el Inspector de MCP, se puede acceder a las herramientas de desarrollo del navegador y borrar el almacenamiento de la sesión para que se vuelva a registrar. En otros clientes, no sé cómo lograr que se vuelvan a registrar.
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