Skip to content
Cursor

sophos central mcp for Cursor

io.github.rijul170/sophos-central-mcp

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

client:Cursor transport:stdio runtime:npm

Install sophos central mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sophos-central-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rijul170/sophos-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sophos central mcp in other clients