MCP.so
Sign In
Servers

ME-MCP

@mihalik

Your personal MCP Server

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 from Other