Support Integrations GitHub Copilot GitHub Copilot The SecDim MCP Server can be integrated with GitHub Copilot Chat to deliver secure coding labs and personalised pathways inside your GitHub workflow. This integration leverages your GitHub profile context to create customised training based on your code and repositories. Configuration Open GitHub Copilot Chat in your IDE (VS Code, JetBrains, or Neovim). Go to Copilot Settings → MCP Servers. Add the following configuration: { "servers": { "secdim": { "url": "https://mcp.secdim.dev/mcp" } } } Example Usage Ask Copilot Chat directly: Give me a personalised secure coding learning path in Python Find me a lab on SQL Injection Generate practice labs for the vulnerabilities in this repo Troubleshooting Server not found → Confirm your IDE has network access to https://mcp.secdim.dev/mcp. Invalid JSON error → Ensure the config JSON is valid. No labs returned → Try browsing directly at https://play.secdim.com/browse Related Pages MCP Server Overview