01Desktop App for managing secrets (name, description, value)
02MCP Server with `search_secrets` and `write_env` tools for AI assistants
03Local storage of all secrets in an SQLite database
04Secure handling: secret values never leave your machine and are not exposed to AI
05Easy installation as an npm package: `npx secret-mcp`
065 GitHub stars