Stats
Actions
Tags
From dex-by-dave
Local stdio MCP server running Python module core.mcp.work_server. Uses VAULT_PATH env var for likely HashiCorp Vault secrets integration.
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}npx claudepluginhub davekilleen/dex