GitHub Copilot (VS Code)
VS Code’s Copilot Chat supports MCP servers declared in.vscode/mcp.json.
Setup
Create.vscode/mcp.json in your workspace:
Call webrain_guide to pick a browser, then scrape the headlines from URL X.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect webrain to GitHub Copilot in VS Code — add the MCP server to .vscode/mcp.json and drive browser automation from Copilot Chat.
.vscode/mcp.json.
.vscode/mcp.json in your workspace:
{
"servers": {
"webrain": {
"type": "stdio",
"command": "webrain",
"args": ["mcp"]
}
}
}
Call webrain_guide to pick a browser, then scrape the headlines from URL X.
