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

  1. Open Xcode with GitHub Copilot Chat enabled.

  2. Go to Copilot SettingsMCP Servers.

  3. 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