attestd mcp for Zed
io.github.attestd-io/attestd-mcp
CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.
client:Zed
transport:stdio
runtime:npm
Install attestd mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"attestd-mcp": {
"command": "npx",
"args": [
"-y",
"@attestd/mcp"
],
"env": {
"ATTESTD_API_KEY": "<ATTESTD_API_KEY>",
"ATTESTD_BASE_URL": "<ATTESTD_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs