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.