Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From dex-by-dave
Local stdio MCP server running Python module core.mcp.career_server for career-related tools. Requires VAULT_PATH environment variable.
npx claudepluginhub davekilleen/dexCopy 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}Share bugs, ideas, or general feedback.