Skip to content
Gemini CLI

FixYourDocs for Gemini CLI

io.fixyourdocs/mcp-server

File structured docs-feedback reports to the FixYourDocs hub via a file_doc_feedback tool.

client:Gemini CLI transport:stdio runtime:npm

Install FixYourDocs 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fixyourdocs/mcp-server"
      ],
      "env": {
        "FIXYOURDOCS_HUB_URL": "<FIXYOURDOCS_HUB_URL>"
      }
    }
  }
}

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

FixYourDocs in other clients