MCP Server
MCP
io.github.attestd-io/attestd-mcp
CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.
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
By
Comments
Sign in to leave a comment