PluginBench
MCP Server
Active
MIT

io.github.rijul170/sophos-central-mcp MCP Server

io.github.rijul170/sophos-central-mcp

What is the io.github.rijul170/sophos-central-mcp MCP server?

MCP server for Sophos Central — endpoint security, XDR/MDR, and MSSP multi-tenant ops

How to install io.github.rijul170/sophos-central-mcp

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

Related MCP servers

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

0
Python
MIT
View repository →

Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage

0
Python
MIT
View repository →

Full Qualys portal management over MCP: VMDR, PC, WAS, Cloud Agent, Container Security & more

0
Python
MIT
View repository →
io.github.rijul170/sophos-central-mcp MCP Server | PluginBench