kronan mcp for VS Code
io.github.sandsower/kronan-mcp
MCP server for the Krónan grocery store API (Iceland)
client:VS Code
transport:stdio
runtime:npm
Install kronan mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "kronan-access-token",
"description": "KRONAN_ACCESS_TOKEN",
"password": true
}
],
"servers": {
"kronan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kronan-mcp"
],
"env": {
"KRONAN_ACCESS_TOKEN": "${input:kronan-access-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs