Enables deployment of the MCP server through Cloudflare Workers, providing a streamable HTTP transport for the MCP specification
Uses Discord webhooks to enable contact functionality, allowing agents to send messages directly to the server owner via their Discord server
ME-MCP
"Have your agent contact my agent."
-- Cool people in movies
A personal MCP (Model Context Protocol) server enabling agents to discover information about you and facilitate direct communication.
Overview
ME-MCP is a lightweight Streamable HTTP MCP server designed for deployment via Cloudflare Workers.
Features
- Resume Fetching: Easily share your resume via MCP.
- Direct Contact: Receive direct messages
Direct contact is accomplished through Discord webhooks, offering a simpler alternative to email services.
Getting started
Configuration
- Update
wrangler.jsonc
varsMCP_OWNER_NAME
with your name. - Copy
.dev.vars.example
to.dev.vars
. UpdateDISCORD_WEBHOOK_URL
with your Discord webhook URL. - Update
public/resources/resume.txt
with a markdown formatted copy of your resume
Local Development
Install dependencies and run locally:
Deployment
Set the Discord webhook URL.
Deploy
Discovery
Currently, .well-known/mcp
discovery is under active discussion (see here). For now, share your URL directly and provide instructions for users to connect.
Using Your Me-MCP
This MCP server adheres to the latest MCP spec using Streamable HTTP transport. As of May 2025, the recommended method to connect is via Claude Remote MCP with a paid Claude subscription.
Alternatively, use the mcp-remote client for proxying, compatible with most MCP clients (Claude Desktop, Cursor, etc.). Configure it as follows:
After configuration, users or agents can query your information and send messages directly to your Discord.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A personal MCP Server that allows AI agents to retrieve your resume and contact you through Discord webhooks, deployable via Cloudflare Workers.
Related MCP Servers
- -securityAlicense-qualityA lightweight MCP server that enables agents to interface with Cloudflare's REST API, allowing management of DNS records and other Cloudflare services.Last updated -7TypeScriptMIT License
- -securityFlicense-qualityA deployable authentication-free MCP (Model Context Protocol) server on Cloudflare Workers that allows you to add custom tools and connect to AI clients like Claude Desktop or Cloudflare AI Playground.Last updated -TypeScript
- -securityFlicense-qualityA deployable MCP server on Cloudflare Workers that enables using custom tools with AI models without requiring authentication.Last updated -JavaScript
- -securityFlicense-qualityA deployable server that implements the Model Context Protocol (MCP) on Cloudflare Workers, enabling integration of custom tools with AI assistants like Claude without requiring authentication.Last updated -TypeScript