Stats
Actions
Tags
From dex-by-dave
Runs locally as a Python stdio subprocess (core.mcp.resume_server) for resume-related functionality. Requires VAULT_PATH environment variable, likely for vault-based resume data access.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"resume": {
"command": "python",
"args": [
"-m",
"core.mcp.resume_server"
],
"env": {
"VAULT_PATH": "${VAULT_PATH}"
}
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
VAULT_PATH=${VAULT_PATH}npx claudepluginhub davekilleen/dex