Me MCP Server
@jhgaylor
About Me MCP Server
Dart MCP server that exposes information about Jake Gaylor.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"me_mcp_server": {
"command": "docker",
"args": [
"build",
"-t",
"jhgaylor/me-mcp-server:local",
"."
]
}
}
}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 Server?
Me MCP Server is a Model Context Protocol server that provides AI assistants with access to your personal information, such as your resume, LinkedIn, GitHub, and website content. It also generates tailored job search instructions based on your preferences. The server is built with Dart and supports both SSE and stdio transports.
How to use Me MCP Server?
Run the server using Docker Compose (docker-compose up -d) or locally with Dart SDK 3.7.2+. Create a me.yaml configuration file using dart bin/me_init.dart, then start the server with SSE (dart bin/sse_server.dart) or stdio (dart bin/stdio_server.dart). For Claude Desktop, add the stdio transport command to your Claude configuration.
Key features of Me MCP Server
- JobSearch prompt – generates job search instructions based on your profile and preferences.
- Resume text resource – provides full resume text via
candidate-info://resume. - Resume URL resource – returns the URL to your resume PDF.
- LinkedIn and GitHub profile URLs – exposed as resources.
- Website contents resource – fetches and analyzes the HTML of your website.
- Dual transport support – SSE for web clients and stdio for desktop tools like Claude Desktop.
Use cases of Me MCP Server
- An AI assistant accesses your resume and LinkedIn profile during a job search conversation.
- Generate personalized job search instructions with salary range, location, and company type preferences.
- Have an AI review your website’s content to provide feedback or summarise it.
- Integrate with Claude Desktop to give it context about your career and portfolio.
FAQ from Me MCP Server
What transport options does the server support?
The server supports SSE (Server-Sent Events) transport for web-based clients and stdio transport for desktop clients like Claude Desktop.
What dependencies are required to run the server locally?
You need Dart SDK 3.7.2 or later. For Docker, no Dart installation is needed—just Docker and Docker Compose.
How do I configure my personal information?
Create a me.yaml file using the dart bin/me_init.dart command, then edit it with your name, resume URL, LinkedIn URL, GitHub URL, website URL, resume text, and job search preferences.
Where is my data stored?
Your personal information is stored in the local me.yaml file. Resume text and website content can be loaded from URLs if not provided directly in the YAML file.
Can I run the server in Docker?
Yes, you can run the server using Docker Compose (docker-compose up -d) or a custom Docker command, mounting your me.yaml file as a volume.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments