Support Integrations Eclipse 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 Open Eclipse 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, 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 Server not found → Verify access to https://mcp.secdim.dev/mcp. Invalid JSON error → Check your MCP configuration JSON syntax. No labs returned → Try browsing directly at https://play.secdim.com/browse Related Pages MCP Server Overview GitHub Copilot Chat