general MCP Server
A comprehensive security scanner for Model Context Protocol (MCP) servers that detects vulnerabilities and security issues in your MCP server implementations.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx mcp-watch
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-watch": {
"command": "npx",
"args": [
"mcp-watch"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)