EnvCP
Provides integration with Codecov for code coverage reporting and analysis, enabling AI agents to reference and work with coverage data.
Provides secure environment variable management with automatic .env file injection, allowing AI agents to reference secrets by name without exposing values.
Integrates with GitHub for repository management, issue tracking, and GitHub Actions workflows with SHA-pinned CI for supply chain security.
Provides integration with GitHub Actions for CI/CD workflows with SLSA Level 3 provenance verification and secure build processes.
Integrates with npm for package management, signed releases verification, and dependency management with supply chain security features.
Provides secure environment variable management for OpenAI-based AI tools, allowing reference-based access to secrets without exposing values.
What It Does
Stores secrets on your machine
Lets AI tools reference secrets by name instead of raw values
Can sync values into
.envfiles when you wantWorks with MCP, REST, OpenAI-compatible, and Gemini-compatible clients
In v1.2.0
Simpler first-time setup
Interactive
configandrulemenusPer-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 projectAdd your secrets:
envcp add API_KEY --from-env API_KEY
# or: printf '%s' "$API_KEY" | envcp add API_KEY --stdinStart the MCP server for AI tools:
envcp serveenvcp 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
Guide | Description |
Main documentation | |
Install, configure, and connect tools | |
Safer setup and incident response | |
Release verification steps | |
How to report security issues |
License
SAL v1.0 — See LICENSE file for details.
Support
Email: contact@envcp.org
GitHub Issues: https://github.com/fentz26/EnvCP/issues
Documentation: https://envcp.org/docs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fentz26/EnvCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server