mcp-security-workshop

AviLewis/mcp-security-workshop
★ 0 stars Python Security Updated today
Hands-on MCP servers & security workshop: build an MCP server by hand, expose it on the network, then attack and harden it (CTF, fake secrets only).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-security-worksho": {
      "command": "uvx",
      "args": [
        "mcp-security-workshop"
      ]
    }
  }
}

Or install with pip: pip install mcp-security-workshop

README Excerpt

Hands-on starter kit for the **MCP & Security** workshop. You'll build a real MCP server **by hand**, expose it on the network, then attack and harden it. > The arc: **build by hand until you know the shape, then delegate.** Task 1 is hand-built > (no agent writes your server). From Task 2 you may use your agent — but you must be able to