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

  1. Open your JetBrains IDE.

  2. Go to Settings (on macOS: Preferences).

  3. Search for MCP in the settings search bar.

  4. Click Add New MCP Server.

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