From dex-by-dave
Local Python MCP server integrating with HashiCorp Vault via VAULT_PATH for secrets management, retrieval, and secure data access. Runs as subprocess.
npx claudepluginhub davekilleen/dexAdd to your .mcp.json:
{
"mcpServers": {
"beta": {
"command": "python",
"args": [
"-m",
"core.mcp.beta_server"
],
"env": {
"VAULT_PATH": "${VAULT_PATH}"
}
}
}
}pythonVAULT_PATH=${VAULT_PATH}