From dex-by-dave
Local Python MCP server for resume handling. Integrates with vault via VAULT_PATH for secure storage/retrieval of resume data. Offers tools and resources for resume management tasks.
npx claudepluginhub davekilleen/dexAdd to your .mcp.json:
{
"mcpServers": {
"resume": {
"command": "python",
"args": [
"-m",
"core.mcp.resume_server"
],
"env": {
"VAULT_PATH": "${VAULT_PATH}"
}
}
}
}pythonVAULT_PATH=${VAULT_PATH}