EpicMe MCP
EpicMe MCP
Dies ist ein Beispiel für eine Anwendung, auf die ausschließlich über das Model Context Protocol (MCP) zugegriffen werden kann.
Von der Benutzerregistrierung und -authentifizierung bis hin zur Interaktion mit Benutzerdaten wird alles über MCP-Tools abgewickelt.
Ziel ist es, eine mögliche Zukunft von Anwendungen zu demonstrieren, bei denen Nutzer über natürliche Sprache mit LLMs und dem MCP-Protokoll mit unseren Apps interagieren. Dies wird auch die Grundlage für die Schulung zur Erstellung von MCP-Tools auf EpicAI.pro sein.
Authentifizierung
Der Authentifizierungsablauf ist einzigartig, da wir OAuth für noch nicht existierende Benutzer nutzen müssen (Benutzer müssen sich zuerst registrieren). Daher generieren wir automatisch eine Berechtigung, ohne dass der Benutzer den OAuth-Ablauf selbst durchlaufen muss. Anschließend kann der Benutzer die Berechtigung über einen TOTP-Code anfordern, der ihm per E-Mail zugeschickt wird.
Das funktioniert gut genug.
Related MCP server: Anytype MCP Server
Bekannte Probleme
Wenn Sie während der Entwicklung das .wrangler -Verzeichnis löschen, löschen Sie damit auch die dynamisch registrierten Clients. Diese Clients wissen nicht, dass ihre Einträge gelöscht wurden, und versuchen daher nicht, sich erneut zu registrieren. Im MCP Inspector können Sie in den Browser-Entwicklungstools den Sitzungsspeicher löschen, um die erneute Registrierung zu aktivieren. Bei anderen Clients weiß ich nicht, wie ich sie erneut registrieren kann.
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