Skip to content
Gemini CLI

AgentBase for Gemini CLI

io.github.vhspace/agentbase

Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.

client:Gemini CLI transport:streamable-http tools:3

Install AgentBase in Gemini CLI

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

{
  "mcpServers": {
    "agentbase": {
      "httpUrl": "https://mcp.agentbase.tools/mcp"
    }
  }
}

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

What Gemini CLI can do once it is connected

AgentBase in other clients