Loading MCP server directory, please wait...
Evidra — Flight recorder for AI infrastructure agents
npx @getmcp/cli add io.github.vitas/evidraRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vitas/evidra": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"EVIDRA_ENVIRONMENT",
"-e",
"EVIDRA_EVIDENCE_DIR",
"-e",
"EVIDRA_SIGNING_MODE",
"-e",
"EVIDRA_SIGNING_KEY",
"-e",
"EVIDRA_SIGNING_KEY_PATH",
"ghcr.io/vitas/evidra-mcp:0.4.7"
],
"env": {
"EVIDRA_ENVIRONMENT": "",
"EVIDRA_EVIDENCE_DIR": "",
"EVIDRA_SIGNING_MODE": "",
"EVIDRA_SIGNING_KEY": "",
"EVIDRA_SIGNING_KEY_PATH": ""
}
}
}
}