Install · Microsoft

Add DC Hub to VS Code

Live data-center, power, grid and fiber intelligence, cited and machine-readable, inside VS Code. It is one paste — the URL below is the whole install.

Paste this as your VS Code MCP server URL
https://dchub.cloud/mcp?via=vscode

Works immediately with no account, at the free daily limit.
Why bother: A key raises your daily limit and gives you a consistent identity across sessions, so DC Hub can tell you what changed in the markets you have been watching instead of meeting you fresh each time.

Where it goes in VS Code

.vscode/mcp.json

  1. In your project, open (or create) .vscode/mcp.json. To enable it for every workspace instead, run MCP: Open User Configuration from the Command Palette and edit that file.
  2. Add the block below.
  3. Open Chat, switch to Agent mode, and DC Hub appears in the tools picker.

Config-file route

.vscode/mcp.json

{
  "servers": {
    "dchub": {
      "type": "http",
      "url": "https://dchub.cloud/mcp?via=vscode"
    }
  }
}
Worth knowing. VS Code spells the top-level key servers, NOT mcpServers — a block copied from Cursor or Claude Desktop is valid JSON and registers nothing at all. It also needs "type": "http" for a remote server. This is GitHub Copilot agent mode; the Cline extension is a different client with a different config file — see /install/cline.
Another client?
𝕏 Grok ◇ Claude ◉ ChatGPT ✦ Perplexity ▲ Cursor ◈ Claude Desktop ⌘ Claude Code ◉ Cline ◑ Windsurf ✧ Gemini CLI ▽ Antigravity All connect guides