alphacouncil agent for VS Code
io.github.zhao73/alphacouncil-agent
Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides.
client:VS Code
transport:stdio
runtime:npm
Install alphacouncil agent in VS Code
.vscode/mcp.json
{
"servers": {
"alphacouncil-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alphacouncil-agent"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs