# SecDim Secure Coding Labs

Find 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 re…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pi3ch/secdim

# Browse available tools
npx -y @smithery/cli@latest tool list pi3ch/secdim

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pi3ch/secdim get_learning_pathway

# Call a tool
npx -y @smithery/cli@latest tool call pi3ch/secdim get_learning_pathway '{}'
```

## Direct MCP Connection

Endpoint: `https://secdim--pi3ch.run.tools`

## Tools (2)

- `get_learning_pathway`
- `get_vulnerable_practice_labs`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pi3ch/secdim <tool-name>
```
