Skip to content
Gemini CLI

Elucora Evidence API for Gemini CLI

com.elucora/evidence

Capture a web source, or seal a hash you hold, into a signed receipt anyone can verify offline.

client:Gemini CLI transport:streamable-http

Install Elucora Evidence API in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "evidence": {
      "httpUrl": "https://elucora.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Elucora Evidence API in other clients