Eclipse

The SecDim MCP Server can be integrated into Eclipse via GitHub Copilot Chat. Use this to access secure coding labs and personalised learning pathways directly within Eclipse.

Configuration

  1. Open Eclipse 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, ask Copilot Chat inside Eclipse:

  • Give me a personalised secure coding learning path in Java

  • Find me a lab on SQL Injection

  • List practice labs related to the vulnerabilities in my code

Troubleshooting