Quarterback for VS Code
io.github.bobbyrgoldsmith/quarterback
Strategic task prioritization and agent orchestration for multi-project operators
client:VS Code
transport:stdio
runtime:pypi
Install Quarterback in VS Code
.vscode/mcp.json
{
"servers": {
"quarterback": {
"type": "stdio",
"command": "uvx",
"args": [
"quarterback"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs