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

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

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

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

All supported clients
ideMicrosoft

Connect ExplainX to VS Code

Add ExplainX 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'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 MCP URL.
  3. 03VS Code opens a browser tab to complete ExplainX 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