
EnvCP
par fentz26
Secure environment variable management for AI agents—reference secrets by name without exposing values.
What it does
EnvCP is a security-focused MCP server that allows AI agents to reference environment variables and secrets by name without ever seeing the actual values. It provides a secure vault for secrets, ensuring that sensitive keys never leak into the AI's prompt context while still allowing the agent to trigger processes that require them.
Tools
reference_secret: Allows the AI to indicate which secret should be used for an operation without retrieving the value.manage_vault: Tools for initializing and configuring the local encrypted vault.inject_env: Automatically injects managed secrets into local.envfiles for application use.
Installation
Install globally via npm:
npm install -g @fentz26/envcp
Initialize your vault:
envcp init
Add to your claude_desktop_config.json:
{
"mcpServers": {
"envcp": {
"command": "envcp",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code Copilot
Installation rapide
npm install -g @fentz26/envcp && envcp serveInformations
- Tarification
- free
- Publié
- 4/20/2026
- étoiles






