secretvault

itsaygea/secretvault
★ 0 stars TypeScript AI/LLM Updated 2d ago
Self-hosted secret management for people and AI tools—securely store, manage, and proxy sensitive credentials through an MCP server, web UI, CLI, and SDK.
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": {
    "secretvault": {
      "command": "npx",
      "args": [
        "-y",
        "itsaygea/secretvault"
      ]
    }
  }
}

README Excerpt

> **Bounded Egress Gateway & Secret Proxy for AI Agents and Applications.** > Safely inject credentials into approved upstream requests while keeping raw credentials out of LLM agent prompt contexts. --- Traditional secret managers return raw plaintext API keys and database passwords to applications. When AI agents (such as Claude Code or custom LLM tools) handle raw secret values, those secrets inevitably leak into LLM context streams, prompt logs, and telemetry data.

Tools (1)

securevault