ME-MCP
@mihalik
About ME-MCP
Your personal MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"me-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://me-mcp.example.com/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ME-MCP?
ME-MCP is a lightweight personal MCP server designed for deployment via Cloudflare Workers. It enables AI agents to discover information about you and facilitates direct communication through Discord webhooks.
How to use ME-MCP?
Install dependencies with npm install, then configure the server by updating wrangler.jsonc with your name and setting the DISCORD_WEBHOOK_URL secret. Place your markdown resume in public/resources/resume.txt. Run locally with npm run dev and deploy with npm run deploy. Users connect via Streamable HTTP; the recommended method is Claude Remote MCP (paid subscription) or the mcp-remote client, configured as a standard MCP server.
Key features of ME-MCP
- Resume fetching via MCP
- Direct contact through Discord webhooks
- Streamable HTTP transport (latest MCP spec)
- Optimized for Cloudflare Workers deployment
- Simple configuration with environment variables
- No email infrastructure required
Use cases of ME-MCP
- Share your resume with AI agents for job applications
- Receive direct messages from AI agents on Discord
- Let agents discover your contact information autonomously
- Enable agent-to-agent communication for scheduling or introductions
FAQ from ME-MCP
What exactly does ME-MCP do?
It serves as a personal MCP server that lets AI agents retrieve your resume and send you direct messages via a Discord webhook.
How does direct contact work?
Messages are sent through a Discord webhook URL that you configure, offering a simpler alternative to setting up email services.
What are the runtime and transport requirements?
ME-MCP runs as a Cloudflare Worker and uses Streamable HTTP transport, adhering to the latest MCP specification.
Where is my resume stored?
Your resume is stored in the public/resources/resume.txt file as plain markdown text, deployed alongside the server.
How do I configure the Discord webhook?
Set the DISCORD_WEBHOOK_URL secret using npx wrangler secret put DISCORD_WEBHOOK_URL before deployment.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments