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. Open Cursor.

  2. Press Ctrl/Cmd + Shift + J to open Cursor Settings.

  3. Select MCP in the left sidebar.

  4. Click Add new global MCP server.

  5. Add the following configuration:

{
  "mcpServers": {
    "secdim": {
      "type": "http",
      "url": "https://mcp.secdim.com/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