Skip to main content
Glama

mcpme

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

Demo

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 mcpme

Connect 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"
      }
    }
  }
}
EOF

Or add it to your global ~/.claude/settings.json to make it available everywhere.

What it exposes

Type

Name

Description

Tool

read_cv

Returns the full CV text

Resource

cv://resume

CV as an MCP resource

Prompt

about_me

Primed prompt for CV Q&A

Latest Blog Posts

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