🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fentz26/envcp

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fentz26/envcp

MCP server for secure environment variable management - Keep your secrets safe from AI agents

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

EnvCP

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

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.

What It Does

  • Stores secrets on your machine
  • Lets AI tools reference secrets by name instead of raw values
  • Can sync values into .env files when you want
  • Works with MCP, REST, OpenAI-compatible, and Gemini-compatible clients

In v1.2.0

  • Simpler first-time setup
  • Interactive config and rule menus
  • Per-variable and per-client AI rules
  • Better service/startup setup
  • General cleanup, hardening, and test coverage

Quick Start

Install and initialize:

npm install -g @fentz26/envcp
envcp init   # choose Basic / Advanced / Manual setup for this project

Add your secrets:

envcp add API_KEY --from-env API_KEY
# or: printf '%s' "$API_KEY" | envcp add API_KEY --stdin

Start the MCP server for AI tools:

envcp serve

envcp serve walks up from the current directory looking for an envcp.yaml; if none is found, it falls back to ~/.envcp/config.yaml. This means MCP clients launched from arbitrary working directories will still find the vault and an active session. Use --global to skip the project lookup entirely.

For setup, rules, and integrations, see SETUP.md.

Documentation

GuideDescription
Docs SiteMain documentation
Setup GuideInstall, configure, and connect tools
Security GuideSafer setup and incident response
VerificationRelease verification steps
Security PolicyHow to report security issues

License

SAL v1.0 — See LICENSE file for details.

Support

Keywords

mcp

FAQs

Package last updated on 22 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts