simple-secret-storage

megamen32/simple-secret-storage
★ 0 stars TypeScript AI/LLM Updated today
End-to-end encrypted secret delivery for LLM agents (MCP server + age-encryption)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "simple-secret-storag": {
      "command": "npx",
      "args": [
        "-y",
        "megamen32/simple-secret-storage"
      ]
    }
  }
}

README Excerpt

End-to-end encrypted secret delivery for LLM agents. The agent asks for a secret **by name**. The server returns a one-time URL to an **age-encrypted blob** (X25519). Only the agent's private key can decrypt it. The server never sees the plaintext in the wire response. When an LLM agent needs a password / API key / token, the worst thing is

Tools (4)

delete_secretget_secretlist_secretsregister_agent