Skip to content
Gemini CLI

Attestify OS for Gemini CLI

io.github.attestifyagent/attestify-mcp

MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.

client:Gemini CLI transport:stdio runtime:npm

Install Attestify OS in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "attestify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "attestify-mcp"
      ],
      "env": {
        "ATTESTIFY_BASE_URL": "<ATTESTIFY_BASE_URL>",
        "ATTESTIFY_API_KEY": "<ATTESTIFY_API_KEY>",
        "TRUST_AGENT_ID": "<TRUST_AGENT_ID>",
        "TRUST_PRIVATE_KEY": "<TRUST_PRIVATE_KEY>"
      }
    }
  }
}

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

Attestify OS in other clients