Stats
Actions
Tags
From dex-by-dave
Local beta MCP server (core.mcp.beta_server) running as Python subprocess. Uses VAULT_PATH env var, likely for vault access and secrets management.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"beta": {
"command": "python",
"args": [
"-m",
"core.mcp.beta_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