Skip to content
VS Code

The Remote Suite for VS Code

io.github.cognitivecoreai/the-remote-suite

Appreciate teammates, celebrate milestones, and run workspace ops from MCP clients via OAuth.

client:VS Code transport:streamable-http

Install The Remote Suite in VS Code

.vscode/mcp.json

{
  "servers": {
    "the-remote-suite": {
      "type": "http",
      "url": "https://theremotesuite.com/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

The Remote Suite in other clients