Stats
Actions
Tags
From dex-by-dave
Runs a local Python MCP server for career-related tools and data, reading from a vault path for secure credential storage.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"career": {
"command": "python",
"args": [
"-m",
"core.mcp.career_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}First indexed Mar 9, 2026
First indexed Mar 9, 2026
npx claudepluginhub davekilleen/dex