OpenScout for VS Code
io.github.oscout/scout
Coordinate local coding agents and track handoffs. For high-trust developer pilots.
client:VS Code
transport:stdio
runtime:npm
Install OpenScout in VS Code
.vscode/mcp.json
{
"servers": {
"scout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openscout/scout"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs