explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

All supported clients
ideMicrosoft

Connect explainx.ai to VS Code

Add explainx.ai to VS Code's MCP config for GitHub Copilot Chat.

VS Code exposes MCP servers to GitHub Copilot Chat through a .vscode/mcp.json file (or the MCP: Add Server command), using a servers object rather than the mcpServers key most other clients use. Once added, explainx.ai's tools show up in Copilot Chat's tool picker like any other MCP server.

Setup steps

  1. 01Open the Command Palette and run MCP: Add Server, or edit .vscode/mcp.json directly.
  2. 02Add an explainx entry using the http transport and the explainx.ai MCP URL.
  3. 03VS Code opens a browser tab to complete explainx.ai sign-in.
  4. 04Select the explainx tools in Copilot Chat's tool picker.
.vscode/mcp.json
{
  "servers": {
    "explainx": {
      "type": "http",
      "url": "https://mcp.explainx.ai/mcp"
    }
  }
}
VS Code's MCP docs

Frequently asked

Why is VS Code's mcp.json different from other clients?

VS Code's schema nests servers under a top-level servers key and requires an explicit type (http or stdio), instead of the mcpServers key most other MCP clients use — copy the VS Code snippet above rather than the generic one.

Other supported clients

ClaudeClaude CodeChatGPTCursorWindsurfClineContinueGemini CLI