← Back to Plugins
MCP Server MCP

io.github.attestd-io/attestd-mcp

github By github 👁 1 views ▲ 0 votes

CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.

Homepage Verified source GitHub

Install

npx -y @attestd/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@attestd/mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Attestd API key (atst_...). Required for check_package_vulnerability and check_batch_vulnerabilities. Get one at https://api.attestd.io/portal",
          "format": "string",
          "isSecret": true,
          "name": "ATTESTD_API_KEY"
        },
        {
          "description": "Optional API base URL override. Defaults to https://api.attestd.io",
          "format": "string",
          "name": "ATTESTD_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...