Skip to content
Claude Desktop

enigmagent mcp for Claude Desktop

io.github.agnuxo1/enigmagent-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install enigmagent mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "enigmagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "enigmagent-mcp"
      ],
      "env": {
        "VAULT_PASSWORD": "<VAULT_PASSWORD>",
        "VAULT_PATH": "<VAULT_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

enigmagent mcp in other clients