envspeak for VS Code
io.github.patrizzos/envspeak
MCP server and CLI that resolves config/env-var cascade across .env, docker-compose, and Kubernetes
client:VS Code
transport:stdio
runtime:npm
Install envspeak in VS Code
.vscode/mcp.json
{
"servers": {
"envspeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@patrizzos/envspeak"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs