ambulancedz mcp for VS Code
io.github.hartemyaakoub/ambulancedz-mcp
Find ambulance drivers across Algeria's 69 wilayas — nearest, verified, reviews, cost, dialysis.
client:VS Code
transport:stdio
runtime:npm
Install ambulancedz mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "ambulancedz-base-url",
"description": "AMBULANCEDZ_BASE_URL",
"password": true
}
],
"servers": {
"ambulancedz-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tkawen/ambulancedz-mcp"
],
"env": {
"AMBULANCEDZ_BASE_URL": "${input:ambulancedz-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