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.work_server. Uses VAULT_PATH env var for likely HashiCorp Vault secrets integration.
npx claudepluginhub davekilleen/dexCopy 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}Share bugs, ideas, or general feedback.