Emfirge for VS Code
io.github.theanshsonkar/emfirge
Git branch for your cloud. Understand AWS risk, prove fixes, and ship safer changes.
client:VS Code
transport:stdio
runtime:npm
Install Emfirge in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "emfirge-privacy",
"description": "EMFIRGE_PRIVACY",
"password": true
},
{
"type": "promptString",
"id": "emfirge-base-url",
"description": "EMFIRGE_BASE_URL",
"password": true
}
],
"servers": {
"emfirge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emfirge/mcp"
],
"env": {
"EMFIRGE_PRIVACY": "${input:emfirge-privacy}",
"EMFIRGE_BASE_URL": "${input:emfirge-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs