PluginBench
MCP Server
Active

io.github.jonnybottles/patch-tuesday MCP Server

io.github.jonnybottles/patch-tuesday

What is the io.github.jonnybottles/patch-tuesday MCP server?

Query Microsoft Patch Tuesday security updates (MSRC) with EPSS and CISA KEV enrichment

How to install io.github.jonnybottles/patch-tuesday

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": {
    "patch-tuesday": {
      "command": "uvx",
      "args": [
        "patch-tuesday-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "patch-tuesday": {
      "command": "uvx",
      "args": [
        "patch-tuesday-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "patch-tuesday": {
      "command": "uvx",
      "args": [
        "patch-tuesday-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "patch-tuesday": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "patch-tuesday-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add patch-tuesday -- uvx patch-tuesday-mcp

Related MCP servers

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

1
Python
MIT
View repository →

Query the Microsoft 365 Roadmap from AI agents

1
Python
MIT
View repository →