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
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!
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments