Add the SuperOffice MCP Server to GitHub Copilot in Visual Studio Code.
{
"servers": {
"superoffice": {
"type": "http",
"url": "https://mcp.superoffice.com/mcp"
}
}
}
Create or update .vscode/mcp.json in your project:
{
"servers": {
"superoffice": {
"type": "http",
"url": "https://mcp.superoffice.com/mcp"
}
}
}
Save the file, authenticate on first use, and switch to Agent mode in Copilot Chat.