mcpie for VS Code
io.github.superangrymonkey/mcpie
Standing-order Domino's pizza button: dry-run freely, order only on explicit confirm. Cash only.
client:VS Code
transport:stdio
runtime:pypi
Install mcpie in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mcpie-config",
"description": "MCPIE_CONFIG",
"password": true
}
],
"servers": {
"mcpie": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpie-pizza"
],
"env": {
"MCPIE_CONFIG": "${input:mcpie-config}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs