Dashboardbase for VS Code
com.dashboardbase/mcp
Validate Dashboardbase widget endpoint responses and setup files against the live contract.
client:VS Code
transport:stdio
runtime:npm
Install Dashboardbase in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "dashboardbase-api-url",
"description": "DASHBOARDBASE_API_URL",
"password": true
}
],
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dashboardbase/mcp"
],
"env": {
"DASHBOARDBASE_API_URL": "${input:dashboardbase-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