Support Integrations Cursor 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 Press Ctl/Cmd + Shift + J to open Cursor Settings. Select MCP Tools. Click New MCP Server. 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 Server not found → Verify you can reach https://mcp.secdim.dev/mcp. Invalid JSON error → Ensure the MCP configuration is valid JSON. No labs returned → Try browsing directly at https://play.secdim.com/browse Related Pages MCP Server Overview