env for VS Code
io.github.rog0x/env
Dotenv parser, ports, system info for AI agents
client:VS Code
transport:stdio
runtime:npm
Install env in VS Code
.vscode/mcp.json
{
"servers": {
"env": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-env-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs