{
  "entry": {
    "kind": "agent",
    "slug": "global-mcp-npm",
    "name": "Globally-installed MCP servers (npm)",
    "vendor": "npm",
    "description": "Official @modelcontextprotocol/server-* packages installed via `npm install -g`. Available to any agent on the system; the daemon surfaces them so they get classified and policy-evaluated like configured MCPs.",
    "website": "https://www.npmjs.com/search?q=%40modelcontextprotocol",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "ai-agent",
    "configFiles": [
      {
        "id": "global-mcp-npm-modelcontextprotocol-win-default",
        "description": "@modelcontextprotocol/server-* (Windows default %APPDATA%\\npm prefix)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "win32": "${APPDATA}/npm/node_modules/@modelcontextprotocol/server-*/package.json"
        },
        "extractors": [
          "mcp-package-json"
        ]
      },
      {
        "id": "global-mcp-npm-modelcontextprotocol-unix-system",
        "description": "@modelcontextprotocol/server-* (system-wide /usr/local on macOS/Linux)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "/usr/local/lib/node_modules/@modelcontextprotocol/server-*/package.json",
          "linux": "/usr/local/lib/node_modules/@modelcontextprotocol/server-*/package.json"
        },
        "extractors": [
          "mcp-package-json"
        ]
      },
      {
        "id": "global-mcp-npm-modelcontextprotocol-unix-userprefix",
        "description": "@modelcontextprotocol/server-* (user-prefix ~/.npm-global)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/.npm-global/lib/node_modules/@modelcontextprotocol/server-*/package.json",
          "linux": "${HOME}/.npm-global/lib/node_modules/@modelcontextprotocol/server-*/package.json"
        },
        "extractors": [
          "mcp-package-json"
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}