From dex-by-dave
Local Python MCP server (core.mcp.commitment_server) for commitment-related tools or data access. Requires VAULT_PATH for vault secrets integration. Capabilities inferred from key; runs as subprocess.
npx claudepluginhub davekilleen/dexAdd to your .mcp.json:
{
"mcpServers": {
"commitment": {
"command": "python",
"args": [
"-m",
"core.mcp.commitment_server"
],
"env": {
"VAULT_PATH": "${VAULT_PATH}"
}
}
}
}pythonVAULT_PATH=${VAULT_PATH}