MCP.so
登录

ME-MCP

@mihalik

关于 ME-MCP

Your personal MCP Server

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

mihalik

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "me-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://me-mcp.example.com/mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器