attestd mcp for Cursor
io.github.attestd-io/attestd-mcp
CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.
client:Cursor
transport:stdio
runtime:npm
Install attestd mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"attestd-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@attestd/mcp"
],
"env": {
"ATTESTD_API_KEY": "<ATTESTD_API_KEY>",
"ATTESTD_BASE_URL": "<ATTESTD_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs