Support Integrations Xcode Xcode The SecDim MCP Server can be integrated into Xcode via GitHub Copilot Chat. This allows you to access secure coding labs and personalised pathways directly from within Xcode, alongside Copilot’s code suggestions. Configuration Open Xcode with GitHub Copilot Chat enabled. Go to Copilot Settings → MCP Servers. Add the SecDim MCP server with the following configuration: { "servers": { "secdim": { "url": "https://mcp.secdim.dev/mcp" } } } Example Usage Once configured, you can ask Copilot Chat inside Xcode: Give me a personalised secure coding learning path in Swift Find me a lab on SQL Injection List practice labs related to the vulnerabilities in my code Troubleshooting Server not found → Confirm you can reach https://mcp.secdim.dev/mcp. Invalid JSON error → Ensure your MCP configuration JSON is valid. No labs returned → Try browsing directly at https://play.secdim.com/browse Related Pages MCP Server Overview GitHub Copilot Chat