explainx.ai0k
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

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsmdx readeragentsllmsdesignsdictionaryagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

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.

Paste this into VS Code

Add the explainx.ai MCP server to this workspace's .vscode/mcp.json (create it if it doesn't exist), using the servers key, an "explainx" entry, type "http", and url https://mcp.explainx.ai/mcp. Save it, then tell me how to open the tool picker in Copilot Chat so I can finish signing in.

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 CodeCodex CLIChatGPTCursorWindsurfClineContinueGemini CLI