Support Integrations Claude 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 Open Claude Desktop. Press Ctl/Cmd + , to open Settings. Scroll to MCP Servers and click Add New MCP Server. Add the following configuration: { "mcpServers": { "secdim": { "type": "http", "url": "https://mcp.secdim.dev/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 Server not found → Verify you can reach https://mcp.secdim.dev/mcp. Invalid JSON error → Double-check your MCP config syntax in Claude settings. No labs returned → Try browsing directly at https://play.secdim.com/browse Related Pages MCP Server Overview