Skip to content

mikemolinet/EnvCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

264 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnvCP

npm version npm downloads npm size CI codecov license SLSA Level 3 node version

Secure secrets for AI agents — local, encrypted, reference-only.

Français | Español | 한국어 | 中文 | Tiếng Việt | 日本語

Add to VS Code   Add to VS Code Insiders

Add to Cursor  

Secure environment variable management for AI-assisted coding.
MCP server that lets AI reference your secrets by name — never by value.


Why EnvCP?

  • Local-only storage — Your secrets never leave your machine
  • Encrypted at rest — AES-256-GCM with Argon2id key derivation (64 MB memory, 3 passes)
  • Reference-based access — AI references variables by name, never sees the actual values
  • Automatic .env injection — Values can be automatically injected into your .env files
  • AI Access Control — Block AI from proactively listing or checking your secrets
  • Universal Compatibility — Works with any AI tool via MCP, OpenAI, Gemini, or REST protocols

Quick Start

npm install -g @fentz26/envcp
envcp init
envcp add API_KEY --value "your-secret-key"
envcp serve --mode auto --port 3456

Documentation

Guide Description
Setup Guide Installation, CLI reference, integrations, configuration
Verification SLSA 3 provenance verification — npm, GitHub CLI, slsa-verifier
Security Policy Vulnerability reporting, encryption details, best practices

Security & Supply Chain

  • SLSA Level 3 — Build provenance for supply chain integrity (verify →)
  • Encrypted at rest — AES-256-GCM with Argon2id key derivation
  • Local-only — Your secrets never leave your machine
  • SHA-pinned CI — All GitHub Actions pinned to immutable commit SHAs
  • Signed npm releasesnpm audit signatures verifiable from v1.2.0+

License

SAL v1.0 — See LICENSE file for details.

Support

About

Secure environment variable management for AI-assisted coding. MCP server that lets AI reference secrets without seeing them.

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 94.8%
  • JavaScript 3.9%
  • Other 1.3%