Stats
Actions
Tags
From kept-vault
Runs locally as a Node.js subprocess to provide Claude access to secrets stored in a Kept vault, configured via KEPT_VAULT_PATH environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"kept-vault": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
],
"env": {
"KEPT_VAULT_PATH": "~/.kept/vault"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
KEPT_VAULT_PATH=~/.kept/vaultnpx claudepluginhub egroup-labs/kept --plugin kept-vault