A comprehensive security scanner for Model Context Protocol (MCP) servers that detects vulnerabilities and security issues in your MCP server implementations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-watch": {
"command": "npx",
"args": [
"-y",
"kapilduraphe/mcp-watch"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-watch npx -y kapilduraphe/mcp-watch
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-watch": {
"command": "npx",
"args": [
"-y",
"kapilduraphe/mcp-watch"
]
}
}
}
📋 Copy