Evidence-first security checks for Model Context Protocol (MCP) servers — a Claude for OSS Incubator project.
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-lab": {
"command": "npx",
"args": [
"-y",
"warlyjr-cloud/mcp-security-lab"
]
}
}
}
Run in terminal:
claude mcp add mcp-security-lab npx -y warlyjr-cloud/mcp-security-lab
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-security-lab": {
"command": "npx",
"args": [
"-y",
"warlyjr-cloud/mcp-security-lab"
]
}
}
}