OpenAdapt Agent (openadapt-flow bridge) for VS Code
io.github.openadaptai/openadapt-agent
Local Beta bridge for governed openadapt-flow workflows and attended actions.
client:VS Code
transport:stdio
runtime:pypi
Install OpenAdapt Agent (openadapt-flow bridge) in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "openadapt-bundle-key",
"description": "OPENADAPT_BUNDLE_KEY",
"password": true
}
],
"servers": {
"openadapt-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"openadapt-agent"
],
"env": {
"OPENADAPT_BUNDLE_KEY": "${input:openadapt-bundle-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs