envcp for Grok
io.github.fentz26/envcp
Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents.
client:Grok
transport:stdio
runtime:npm
Install envcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"envcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fentz26/envcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs