Skip to content
Cursor

enigmagent mcp for Cursor

io.github.agnuxo1/enigmagent-mcp

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

client:Cursor transport:stdio runtime:npm

Install enigmagent mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

enigmagent mcp in other clients