Skip to main content
Glama

Me-MCP

by mihalik

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 vars MCP_OWNER_NAME with your name.
  • Copy .dev.vars.example to .dev.vars. Update DISCORD_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:

npm install npm run dev

Deployment

Set the Discord webhook URL.

npx wrangler secret put DISCORD_WEBHOOK_URL

Deploy

npm run deploy

Discovery

Currently, .well-known/mcp discovery is under active discussion (see here). For now, share your URL directl 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:

{ "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.

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Overview
    1. Features
  2. Getting started
    1. Configuration
    2. Local Development
    3. Deployment
    4. Discovery
  3. Using Your Me-MCP

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
      Last updated -
      1
      0
      JavaScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      A deployable MCP (Model Context Protocol) server on Cloudflare Workers that doesn't require authentication, allowing users to create and access custom AI tools through Claude Desktop or the Cloudflare AI Playground.
      Last updated -
      TypeScript
    • -
      security
      F
      license
      -
      quality
      A tool that allows deployment of a remote MCP (Model Context Protocol) server on Cloudflare Workers without authentication requirements, enabling connection to AI models through Claude Desktop or Cloudflare AI Playground.
      Last updated -
      TypeScript
    • A
      security
      A
      license
      A
      quality
      A Discord MCP server that enables AI assistants to interact with Discord platforms, providing functionalities like sending messages, managing channels, creating forum posts, and handling webhooks.
      Last updated -
      21
      TypeScript
      MIT License
      • Linux
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mihalik/me-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server