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
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments