enigmagent-mcp
About
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VAULT_PASSWORD VAULT_PATHClaude Code
claude mcp add --env VAULT_PASSWORD= --env VAULT_PATH= enigmagent-mcp -- npx enigmagent-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"enigmagent-mcp","command":"npx","args":["enigmagent-mcp"],"env":{"VAULT_PASSWORD":"","VAULT_PATH":""}}'
JSON
{
"mcpServers": {
"enigmagent-mcp": {
"command": "npx",
"args": [
"enigmagent-mcp"
],
"env": {
"VAULT_PASSWORD": "",
"VAULT_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.