Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From attestor
Local MCP server using Attestor for software artifact verification and attestation. Configured via ATTESTOR_CONFIG environment variable.
npx claudepluginhub bolnet/attestor --plugin attestorCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"attestor": {
"command": "attestor",
"args": [
"mcp"
],
"env": {
"ATTESTOR_CONFIG": "/Users/aarjay/Documents/attestor/configs/attestor.yaml"
}
}
}
}Server configuration and connection parameters
attestorCommand-line arguments passed to the server process
Environment variables set when the server starts
ATTESTOR_CONFIG=/Users/aarjay/Documents/attestor/configs/attestor.yamlShare bugs, ideas, or general feedback.