Evidra for Cline
io.github.vitas/evidra
Evidra — Flight recorder for AI infrastructure agents
client:Cline
transport:stdio
runtime:oci
Install Evidra in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"evidra": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vitas/evidra-mcp:0.4.7"
],
"env": {
"EVIDRA_ENVIRONMENT": "<EVIDRA_ENVIRONMENT>",
"EVIDRA_EVIDENCE_DIR": "<EVIDRA_EVIDENCE_DIR>",
"EVIDRA_SIGNING_MODE": "<EVIDRA_SIGNING_MODE>",
"EVIDRA_SIGNING_KEY": "<EVIDRA_SIGNING_KEY>",
"EVIDRA_SIGNING_KEY_PATH": "<EVIDRA_SIGNING_KEY_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs