Skip to content

Commit c08ad96

Browse files
Maurice WenMaurice Wen
authored andcommitted
docs(launch): blog posts, Reddit copy, awesome-list PR materials
3 technical blog posts for Dev.to/Hashnode: - SRP-6a deep dive (zero-knowledge auth implementation) - BIP-39 seed phrase for passwords (not just crypto) - MCP credential gateway for AI agents 3 Reddit posts (r/selfhosted, r/privacy, r/netsec) 2 awesome-list PR drafts (awesome-mcp-servers, awesome-selfhosted)
1 parent 84606bc commit c08ad96

8 files changed

Lines changed: 976 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# PR for punkpeye/awesome-mcp-servers
2+
3+
## Entry to add (under "Security" or "Identity" category):
4+
5+
- [Auth Box](https://github.com/MARUCIE/authbox) - Zero-knowledge password manager with MCP credential gateway. Gives AI agents policy-gated access to credentials (scope, rate limits, time windows, step-up approval). BIP-39 seed phrase recovery. 70+ API key providers.
6+
7+
## PR Title:
8+
Add Auth Box -- MCP credential gateway for AI agents
9+
10+
## PR Body:
11+
Auth Box is an open-source (MIT) password manager with a built-in MCP server that provides AI agents controlled access to credentials.
12+
13+
**MCP capabilities:**
14+
- Policy engine: scope, rate limits, time windows, step-up approval
15+
- Per-agent delegation keys (HD derivation from seed phrase)
16+
- Audit trail with hash-chain integrity verification
17+
- 70+ API key provider management
18+
19+
**Tech:** Go API + Next.js 15 + TypeScript + Chrome MV3 Extension
20+
21+
144 automated tests, security audited.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# PR for awesome-selfhosted/awesome-selfhosted
2+
3+
## Entry to add (under "Password Managers" category):
4+
5+
- [Auth Box](https://github.com/MARUCIE/authbox) - Zero-knowledge password manager using BIP-39 seed phrases. Deterministic password derivation, AI agent MCP gateway, import from 13 sources. `Go` `TypeScript` `Docker` `MIT`
6+
7+
## PR Title:
8+
Add Auth Box to Password Managers
9+
10+
## PR Body:
11+
Auth Box is a self-hosted, zero-knowledge password manager.
12+
13+
- **Zero-knowledge**: server stores only encrypted blobs (AES-256-GCM). SRP-6a authentication.
14+
- **Seed phrase recovery**: BIP-39 24-word mnemonic derives all keys. Works without server.
15+
- **Deterministic passwords**: derive passwords from seed + site name. No storage needed.
16+
- **AI Agent gateway**: MCP protocol for controlled credential access.
17+
- **Docker Compose**: one-command setup (Postgres + Redis + Go API + Next.js)
18+
- **Import**: Apple, Google, Chrome, 1Password, Bitwarden, LastPass, KeePass, and 6 more.
19+
20+
MIT licensed. 144 automated tests.

0 commit comments

Comments
 (0)