mcp for VS Code
io.github.atlasprzetargow/mcp
Search Polish public tenders (BZP + TED) — 800k+ tenders, profiles, statistics, glossary.
client:VS Code
transport:stdio
runtime:npm
Install mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "atlas-api-key",
"description": "ATLAS_API_KEY",
"password": true
},
{
"type": "promptString",
"id": "atlas-api-base",
"description": "ATLAS_API_BASE",
"password": true
}
],
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atlasprzetargow/mcp"
],
"env": {
"ATLAS_API_KEY": "${input:atlas-api-key}",
"ATLAS_API_BASE": "${input:atlas-api-base}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs