Me MCP Server
@jhgaylor
Me MCP Server について
Dart MCP server that exposes information about Jake Gaylor.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"me_mcp_server": {
"command": "docker",
"args": [
"build",
"-t",
"jhgaylor/me-mcp-server:local",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
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
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント