I make computers do the boring part, enterprise infra, software dev, and SEO for people who'd rather be running their actual business.
Follow me: @B_SquaredTech
I got tired of API keys ending up in AI coding transcripts, so I built VaultMCP.
It's a small Go binary that hooks into Claude Code.
When a secret shows up in a tool call, it gets swapped for a placeholder before the model ever sees it.
The real value sits in an encrypted vault (XChaCha20-Poly1305, Argon2id) and only resolves at execution time.
Claude still does its job. It just never sees your keys.
Why bother?
Because a context window is a transcript, and transcripts get stored, logged, and leaked. Your credentials shouldn't be in them.
One static binary, macOS/Linux/Windows, MIT licensed. Contributions welcome.
Let me know what you think...
Letβs connectπͺπ»
Drop what youβre building below.
Apps.
SaaS.
AI.
Startups.
Side projects.
I want to find more people actually building stuff.
Letβs grow π€π»
@simply_ehis01 I made a harness secret vault. It protects you from sending secrets into the context. Check it out and let me know if you have questions.
Itβs called vault-MCP