warden-mcp

ars1364/warden-mcp
★ 0 stars TypeScript Security Updated today
MCP server + web UI for storing, managing and serving credentials/secrets to Claude Code and other MCP clients, with audit logging
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": {
    "warden-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ars1364/warden-mcp"
      ]
    }
  }
}

README Excerpt

Self-hosted credential vault with a web UI and an MCP server front-end, so Claude Code (or any MCP client) can fetch/store secrets on demand instead of holding them in config files or env vars. - `internal/store` — SQLite-backed storage (users, secrets, MCP API keys, audit log) - `internal/crypto` — AES-256-GCM envelope encryption for secret values at rest