PluginBench
MCP Server

io.github.lazymac2x/mcpwatch MCP Server

io.github.lazymac2x/mcpwatch

What is the io.github.lazymac2x/mcpwatch MCP server?

Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.

How to install io.github.lazymac2x/mcpwatch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcpwatch": {
      "command": "npx",
      "args": [
        "-y",
        "mcpwatch-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcpwatch": {
      "command": "npx",
      "args": [
        "-y",
        "mcpwatch-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcpwatch": {
      "command": "npx",
      "args": [
        "-y",
        "mcpwatch-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcpwatch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcpwatch-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add mcpwatch -- npx -y mcpwatch-mcp

Related MCP servers

Cloudflare Workers MCP server: a11y-scorer

View repository →

Cloudflare Workers MCP server: agent-loop-detector

View repository →

Cloudflare Workers MCP server: agent-memory

View repository →

Cloudflare Workers MCP server: agent-trace-auditor

View repository →

Cloudflare Workers MCP server: agent-workflow-engine

View repository →

Cloudflare Workers MCP server: ai-agent-scratchpad

View repository →