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.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
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.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
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
ICSS
chokcoco不止于 CSS
评论