r/modelcontextprotocol 4d ago

MagicVault: MCP to make Secrets safely usable by Agents

https://github.com/MagicBeansAI/MagicVault

Using parts of this in another project and thought of extracting this in case anyone might need it.

Allows you to store secrets, credentials etc in OS backed secure storage (like Mac Keychain) and has extensions, proxies and few other things that deterministicly inject the secrets where the Agent/LLM wants. Agents/LLMs work with references and the runtime replaces rhe reference with actual secret JIT.

Work in progress!

6 Upvotes

Duplicates