Secure environment variable management for AI-assisted coding. MCP server that lets AI reference secrets without seeing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"envcp": {
"command": "npx",
"args": [
"-y",
"fentz26/EnvCP"
]
}
}
}
Run in terminal:
claude mcp add envcp npx -y fentz26/EnvCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"envcp": {
"command": "npx",
"args": [
"-y",
"fentz26/EnvCP"
]
}
}
}