← Back to Plugins
MCP Server MCP

Evidra

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Evidra — Flight recorder for AI infrastructure agents

Verified source

Install

oci:ghcr.io/vitas/evidra-mcp:0.4.7

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/vitas/evidra-mcp:0.4.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Environment label (production, staging, development)",
          "format": "string",
          "name": "EVIDRA_ENVIRONMENT"
        },
        {
          "description": "Directory for evidence JSONL storage",
          "format": "string",
          "name": "EVIDRA_EVIDENCE_DIR"
        },
        {
          "description": "Signing mode: strict (default) or optional (ephemeral local mode)",
          "format": "string",
          "name": "EVIDRA_SIGNING_MODE"
        },
        {
          "description": "Base64-encoded Ed25519 private key (required for strict mode)",
          "format": "string",
          "isSecret": true,
          "name": "EVIDRA_SIGNING_KEY"
        },
        {
          "description": "Path to PEM-encoded Ed25519 private key (required for strict mode if key not inline)",
          "format": "string",
          "name": "EVIDRA_SIGNING_KEY_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...