mcpme
by dheimgartner
mcpme
A personal MCP server that exposes your CV so any MCP-compatible agent can answer questions about you.

Install
# Create a local virtual environment and install dependencies
uv venv
uv sync .
# Or install globally as a tool
uv tool install .Usage
By default the bundled cv.md is used. Point to your own CV with an env var:
MCPME_CV_PATH=/path/to/your-cv.md mcpmeConnect to Claude Code
To connect the server to a specific project, create a local settings file:
cat > .mcp.json << 'EOF'
{
"mcpServers": {
"mcpme": {
"command": "mcpme",
"env": {
"MCPME_CV_PATH": "/path/to/your-cv.md"
}
}
}
}
EOFOr add it to your global ~/.claude/settings.json to make it available everywhere.
What it exposes
Type | Name | Description |
Tool |
| Returns the full CV text |
Resource |
| CV as an MCP resource |
Prompt |
| Primed prompt for CV Q&A |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dheimgartner/mcpme'
If you have feedback or need assistance with the MCP directory API, please join our Discord server