Stats
Actions
Tags
From dex-by-dave
Connects to a local vault (VAULT_PATH) for secure credential storage and retrieval, enabling Claude to read and manage secrets.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"work": {
"command": "python",
"args": [
"-m",
"core.mcp.work_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