Skip to content

Instantly share code, notes, and snippets.

@tonidy
Created July 9, 2025 01:26
Show Gist options
  • Save tonidy/d41a48316cb2f7a4bdf186199a323b73 to your computer and use it in GitHub Desktop.
Save tonidy/d41a48316cb2f7a4bdf186199a323b73 to your computer and use it in GitHub Desktop.
History PA - Simple Password Manager

Berawal dari ngulik MCP dan ketemu JSON ini:

{
  "mcpServers": {
    "mcp-web": {
      "command": "node",
      "args": [
        "/Users/asep/dist/mcp/index.js"
      ],
      "env": {
        "WEB_API_URL": "http://localhost:6789",
        "WEB_API_KEY": "eyJzdW",
        "OPEN_API_KEY": "sk-rahasia-dong"
      }
    }
  }
}

Terus berpikir gimana caranya supaya variable field env bisa aman?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment