accelerators for VS Code
io.github.s2tconsulting/accelerators
36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance.
client:VS Code
transport:stdio
runtime:npm
Install accelerators in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "s2t-api-key",
"description": "S2T_API_KEY",
"password": true
}
],
"servers": {
"accelerators": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"s2t-mcp-accelerators"
],
"env": {
"S2T_API_KEY": "${input:s2t-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs