Integrations
VS Code
Add CCPEDIA to GitHub Copilot's Agent Mode via VS Code's native MCP support.
Open the MCP config
Workspace (shared via git): create .vscode/mcp.json in your project root.
Your own profile only: run MCP: Open User Configuration from the command palette instead.
Add the CCPEDIA server block
{
"servers": {
"ccpedia": {
"type": "http",
"url": "https://ccpedia.xyz/mcp"
}
}
}Or skip the file with the CLI
code --add-mcp "{\"name\":\"ccpedia\",\"type\":\"http\",\"url\":\"https://ccpedia.xyz/mcp\"}"Enable Agent Mode
Open Copilot Chat and switch to Agent mode. CCPEDIA tools appear in the tools picker.
One-click install: Install in VS Code skips the manual JSON.