agentbuilders for VS Code
io.github.deepfreezechill/agentbuilders
Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.
client:VS Code
transport:stdio
runtime:npm
Install agentbuilders in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "ab-key",
"description": "AB_KEY",
"password": true
}
],
"servers": {
"agentbuilders": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentbuilders"
],
"env": {
"AB_KEY": "${input:ab-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs