Claude

The SecDim MCP Server can be integrated with Claude Desktop to bring secure coding labs and personalised learning pathways directly into your AI assistant workflow.

Configuration

  1. Run the following command in your terminal:

claude mcp add --transport http secdim https://mcp.secdim.com/mcp

Claude Desktop

  1. Open Claude Desktop.

  2. Press Ctl/Cmd + , to open Settings.

  3. Scroll to MCP Servers and click Add New MCP Server.

  4. Add the following configuration:

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

Example Usage

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

Claude will connect to the SecDim MCP server and return curated secure coding labs or tailored pathways.

Troubleshooting