kiquetal/securing-mcp-servers
Notes and exercises for the O'Reilly live course: Securing MCP Servers — exploitation and defense of Model Context Protocol implementations.
Platform-specific configuration:
{
"mcpServers": {
"securing-mcp-servers": {
"command": "npx",
"args": [
"-y",
"securing-mcp-servers"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Notes and exercises for the O'Reilly live course: [Securing MCP Servers](https://learning.oreilly.com/live-events/securing-mcp-servers/0642572262747/0642572301781/) — by Katie Paxton-Fear
> Hands-on exploitation and defense in a controlled environment.
This course covers security vulnerabilities in Model Context Protocol (MCP) implementations from an attacker's perspective. Topics include mapping agentic AI attack surfaces, identifying critical vulnerabilities, exploitation techniques, and implementing robust mitigations.
| Module | Topic | |--------|-------| | 1 | Introduction to MCP security | | 2 | Agentic AI attack surface | | 3 | Vulnerability deep dive — Prompt injection | | 4 | Vulnerability deep dive — Preference attacks | | 5 | Vulnerability deep dive — Privilege escalation | | 6 | Vulnerability deep dive — Supply chain vulnerabilities | | 7 | Mitigations and secure MCP design |
Loading reviews...