Support Integrations JetBrains IDEs JetBrains IDEs The SecDim MCP Server can be integrated into JetBrains IDEs (such as IntelliJ IDEA, PyCharm, WebStorm, and others) to bring secure coding labs and personalised learning pathways directly into your development workflow. Configuration Open your JetBrains IDE. Go to Settings (on macOS: Preferences). Search for MCP in the settings search bar. Click Add New MCP Server. Add the following configuration: { "servers": { "secdim": { "url": "https://mcp.secdim.dev/mcp" } } } Example Usage Once configured, you can ask your JetBrains IDE (via the MCP interface) to: Give me a personalised secure coding learning path in Python Find me a lab on SQL Injection List practice labs related to the vulnerabilities in my code The IDE will connect to the SecDim MCP server and return the requested learning labs or personalised pathways. Troubleshooting Server not found → Verify you can reach https://mcp.secdim.dev/mcp. Invalid JSON error → Double-check your MCP configuration syntax. No labs returned → Try browsing directly at https://play.secdim.com/browse Related Pages MCP Server Overview