Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Mcp
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:32:24 PM

Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Personalised developer security learning pathways from SecDim's challenges and courses.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-133": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-133"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

SecDim MCP Server

SecDim Model Context Protocol (MCP) server provides developer security training through personalised learning pathways based on SecDim challenges and courses library.

β–Ά Watch the demo video

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.

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:

config.json
{
  "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)

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

This 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:

Code
/plugin marketplace add anthropics/claude-plugins-community
/plugin install secdim@claude-community

Claude Desktop

  1. Open Claude Desktop.
  2. Press Ctrl/Cmd + , to open Settings.
  3. Scroll to MCP Servers and click Add New MCP Server.
  4. Add the following configuration:
config.json
{
  "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).

  1. Go to claude.ai and sign in.
  2. Click on your profile icon in the bottom-left corner.
  3. Select Settings.
  4. Navigate to Integrations.
  5. Click Add Integration and select MCP Server.
  6. 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:

config.json
{
  "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:

config.json
{
  "servers": {
    "secdim": {
      "url": "https://mcp.secdim.com/mcp"
    }
  }
}

Cursor

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

Command line / other MCP CLI clients

Create (or update) ~/.mcp/config.json:

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.

Related MCP Servers

View all in Security View all alternatives
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • M
    Mcp Bastion

    Reliability + security proxy for MCP: runtime tool-security and a compliance-mapped audit trail.

    πŸ”’ Security0 views
    Compare vs Mcp Bastion β†’
  • Emilia Protocol logoEmilia Protocol

    Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: npx -y @emilia-protocol/mcp-server.

    πŸ”’ Security1 views
    Compare vs Emilia Protocol β†’
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    πŸ”’ Security2 views
    Compare vs Agentward β†’

Frequently Asked Questions about Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-133?style=directory)](https://allmcps.com/mcp/mcp-133)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-133"><img src="https://allmcps.com/api/badge/mcp-133?style=directory" alt="Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code