Skip to content
Gemini CLI

AgentLore for Gemini CLI

io.github.kujirafu/agentlore

AI-verified knowledge base with trust scoring, temporal facts, and skill cards.

client:Gemini CLI transport:streamable-http

Install AgentLore in Gemini CLI

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

{
  "mcpServers": {
    "agentlore": {
      "httpUrl": "https://agentlore.vercel.app/api/mcp/stream"
    }
  }
}

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

AgentLore in other clients