deploy for VS Code
io.github.nometria/deploy
Deploy any app to any cloud. 20 tools for deployments, previews, and management.
client:VS Code
transport:stdio
runtime:npm
Install deploy in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "nometria-api-key",
"description": "NOMETRIA_API_KEY",
"password": true
}
],
"servers": {
"deploy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nometria-ai/claude-code"
],
"env": {
"NOMETRIA_API_KEY": "${input:nometria-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs