SecDim MCP Server
OfficialAnalyzes a user's GitHub profile to identify programming languages and frameworks, which are used to personalize secure coding learning paths and challenge recommendations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SecDim MCP ServerGive me a personalised secure coding learning path in Python."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SecDim MCP Server
SecDim Model Context Protocol (MCP) server provides developer security training through personalised learning pathways based on SecDim challenges and courses library.
Features
π Vulnerability Search β find labs for specific vulnerabilities.
π― Personalized Learning β customized paths based on language and experience.
π GitHub Integration β analyzes profiles for languages and frameworks.
π€ SecDim Integration β uses profile data to enhance recommendations.
π‘οΈ OWASP Top 10 β covers critical security vulnerabilities.
Related MCP server: Security Context MCP Server
Prerequisites
There are no prerequisites. You can start using SecDim MCP Server immediately.
Quick start
SecDim MCP Server is remotely accessible at https://mcp.secdim.com/mcp. Add it to your MCP client configuration:
{
"mcpServers": {
"secdim": {
"type": "http",
"url": "https://mcp.secdim.com/mcp"
}
}
}Once configured, ask your assistant things like:
βGive me a personalised secure coding learning path in Python.β
βGive me a learning lab that is related to SQL Injection.β
βGive me practice labs that is related to the identified vulnerabilities in my code.β
You can use it to:
Integrate with popular tools and IDEs for secure coding practices.
Access hands-on secure coding labs for vulnerabilities like XSS, SQL Injection, and OWASP Top 10 topics.
Get a personalized learning pathway based on your GitHub or SecDim profile to accelerate your remediation skills.
Access curated resources and practice exercises tailored to your languages, frameworks, and experience level.
Client configuration examples
For the full set of client guides (ChatGPT, Eclipse, JetBrains IDEs, Obsidian, Xcode, Zed, and more), refer to the official documentation.
Claude
Claude supports MCP across three interfaces: Claude Code (CLI), Claude Desktop, and Claude Web (claude.ai).
Claude Code (CLI)
claude mcp add --transport http secdim https://mcp.secdim.com/mcp
claude mcp listThis registers the SecDim MCP server for all future Claude Code sessions.
Alternatively, once the SecDim plugin is available in Claude Code's community marketplace, install it with:
/plugin marketplace add anthropics/claude-plugins-community
/plugin install secdim@claude-communityClaude Desktop
Open Claude Desktop.
Press
Ctrl/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.com/mcp"
}
}
}Claude Web (claude.ai)
Claude Web supports MCP servers through Integrations (requires a Claude Pro, Team, or Enterprise plan).
Go to claude.ai and sign in.
Click on your profile icon in the bottom-left corner.
Select Settings.
Navigate to Integrations.
Click Add Integration and select MCP Server.
Enter the URL:
https://mcp.secdim.com/mcp
VS Code (Copilot / Agent Mode)
Prerequisites: VS Code 1.99+ and the GitHub Copilot extension with an active subscription.
Create (or edit) .vscode/mcp.json in your project root:
{
"servers": {
"secdim": {
"type": "http",
"url": "https://mcp.secdim.com/mcp"
}
}
}Open the file in VS Code and click Start above the server entry β or use the Command Palette (Ctrl/Cmd + Shift + P β MCP: Add Server β HTTP β https://mcp.secdim.com/mcp).
Then open Copilot Chat (Agent Mode) and invoke the SecDim tools.
GitHub Copilot Chat
Requires a GitHub Copilot subscription and an IDE with Copilot Chat support (VS Code, JetBrains, or Neovim).
Go to Copilot Settings β MCP Servers and add:
{
"servers": {
"secdim": {
"url": "https://mcp.secdim.com/mcp"
}
}
}Cursor
Open Cursor.
Press
Ctrl/Cmd + Shift + Jto open Cursor Settings.Select MCP in the left sidebar.
Click Add new global MCP server and add:
{
"mcpServers": {
"secdim": {
"type": "http",
"url": "https://mcp.secdim.com/mcp"
}
}
}Command line / other MCP CLI clients
Create (or update) ~/.mcp/config.json:
{
"mcpServers": {
"secdim": {
"type": "http",
"url": "https://mcp.secdim.com/mcp"
}
}
}Refer to your CLI tool's documentation for the exact command to query MCP servers.
Available tools
search_play_challengesβ search for hands-on secure coding labs by vulnerability type, language, or keyword.search_learn_coursesβ find tutorial-based courses on secure coding, secure design, DevSecOps, and cloud security.get_learn_courseβ get details and topics for a specific learning course.get_learn_topicβ get the content of a specific course topic.get_secdim_profileβ retrieve a user's SecDim profile including challenge history and skill level.
Search for secure coding labs
Returns a list of hands-on SecDim Play labs related to a specific vulnerability, language, or security topic.
Use it to:
Find secure coding labs for specific vulnerabilities like XSS, SQL Injection, etc.
Explore OWASP Top 10 vulnerabilities and related labs.
Filter labs by programming language or framework.
Search for learning courses
Returns tutorial-based courses covering secure coding, secure design, DevSecOps, and more.
Use it to:
Find courses that complement hands-on labs.
Browse content by topic such as cloud security, web security, or AI security.
Pair courses with labs for a learn-then-practise workflow.
Get a personalised learning pathway
Ask your AI assistant for a learning pathway and it will automatically look up your profile and find the right mix of courses and labs for you. You do not need to call any tools manually β just describe what you want to learn.
Example prompts:
βBuild me a secure coding learning path for Python.β
βI'm a Java backend developer β what should I learn first?β
βCreate a learning plan that covers the OWASP Top 10.β
βWhat secure coding labs should I do next based on my SecDim profile?β
βGive me a 2-week plan to improve my web security skills.β
The AI assistant will:
Check your SecDim profile to see what you have already completed.
Skip labs and courses you have finished.
Order content from beginner to advanced.
Mix courses (learn the concept) with labs (practise fixing the vulnerability).
Troubleshooting
Server not found β verify you can reach
https://mcp.secdim.com/mcp(check network/proxy/VPN).Config not loaded β ensure your client reads the correct config path (e.g.,
~/.mcp/config.json) and that the JSON is valid.No labs returned β broaden the vulnerability term; also browse labs at https://play.secdim.com/browse.
MCP not available on claude.ai β ensure you are on a Claude Pro, Team, or Enterprise plan.
Security & privacy
This is a remote MCP server.
The server exposes read-only tools for search and pathway generation.
Links
Docs: https://support.secdim.com/support/integrations/mcp-server
Discuss / Feedback: https://discuss.secdim.com
Licence
Copyright Β© 2026 SecDim. All rights reserved. This is proprietary, commercial software β see LICENSE for terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive security scanning of code repositories to detect secrets, vulnerabilities, dependency issues, and configuration problems. Provides real-time security checks and best practice recommendations to help developers identify and prevent security issues.122MIT
- AlicenseAqualityDmaintenanceProvides instant access to authoritative security documentation from organizations like OWASP, NIST, and major cloud providers through natural language semantic search. It enables users to retrieve security best practices, frameworks, and vulnerability information directly from a locally cached knowledge base.41MIT

Cybrium MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceProvides AI coding assistants with real-time security scanning superpowers, including SAST, secrets detection, dependency CVE scanning, and web vulnerability assessment.18Apache 2.0- AlicenseBqualityDmaintenanceEnables orchestrating secure software development pipelines with domain-specific compliance (HIPAA, PCI-DSS, etc.), generating pseudocode, threat models, and CI/CD from user stories via natural language.17MIT
Related MCP Connectors
Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/secdim/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server