Skip to content
Gemini CLI

agentdocs for Gemini CLI

io.github.dancourse/agentdocs

An agent-first office suite Claude & ChatGPT read and write over one MCP URL.

client:Gemini CLI transport:streamable-http

Install agentdocs in Gemini CLI

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

{
  "mcpServers": {
    "agentdocs": {
      "httpUrl": "https://getagentdocs.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

agentdocs in other clients