Open in hackernews

Show HN: Secret MCP: Let AI write your .env files without seeing your secrets

https://github.com/AKarenin/Secret-mcp
2akarenin1mo ago
I got tired of copy-pasting API keys every time I scaffolded a project. Built a simple app + MCP server to fix it. You store secrets locally and the AI only sees key names. When it calls write_env(["OPENAI_API_KEY"]), values are written to disk without entering the AI context.