Munition for VS Code
io.github.benjammartin/munition
x402-paid Upload and Flight Search tools for AI agents.
client:VS Code
transport:stdio
runtime:npm
Install Munition in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "munition-api-url",
"description": "MUNITION_API_URL",
"password": true
}
],
"servers": {
"munition": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@munition/mcp"
],
"env": {
"MUNITION_API_URL": "${input:munition-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs