"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.
ME-MCP is a lightweight Streamable HTTP MCP server designed for deployment via Cloudflare Workers.
- 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.
- Update
wrangler.jsoncvarsMCP_OWNER_NAMEwith your name. - Copy
.dev.vars.exampleto.dev.vars. UpdateDISCORD_WEBHOOK_URLwith your Discord webhook URL. - Update
public/resources/resume.txtwith a markdown formatted copy of your resume
Install dependencies and run locally:
npm install
npm run devSet the Discord webhook URL.
npx wrangler secret put DISCORD_WEBHOOK_URLDeploy
npm run deployCurrently, .well-known/mcp discovery is under active discussion (see here). For now, share your URL directly and provide instructions for users to connect.
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:
{
"mcpServers": {
"remote-example": {
"command": "npx",
"args": ["mcp-remote", "https://me-mcp.example.com/mcp"]
}
}
}
After configuration, users or agents can query your information and send messages directly to your Discord.