← Index

io.github.Agnuxo1/enigmagent-mcp

io.github.Agnuxo1/enigmagent-mcp·v1.0.2·Security
Quality Score
85
/100

Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "enigmagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "enigmagent-mcp"
      ],
      "env": {
        "VAULT_PASSWORD": "<your-vault_password>",
        "VAULT_PATH": "<vault_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "enigmagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "enigmagent-mcp"
      ],
      "env": {
        "VAULT_PASSWORD": "<your-vault_password>",
        "VAULT_PATH": "<vault_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y enigmagent-mcp
§02  Environment variables
VAULT_PASSWORD
secret

Master password used to decrypt the local EnigmAgent vault (AES-256-GCM + Argon2id).

VAULT_PATH

Path to the vault.json file (default: ./vault.json).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Security