Cursor

The SecDim MCP Server can be integrated into Cursor to provide secure coding labs and personalised learning pathways directly inside your development environment.

Configuration

  1. Press Ctl/Cmd + Shift + J to open Cursor Settings.

  2. Select MCP Tools.

  3. Click New MCP Server.

  4. Add the following configuration:

{
  "mcpServers": {
    "secdim": {
      "type": "http",
      "url": "https://mcp.secdim.dev/mcp"
    }
  }
}

Example Usage

Once configured, you can ask Cursor 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

Cursor will query the SecDim MCP server and display results directly in the IDE.

Troubleshooting