Skip to content
Gemini CLI

DocQA MCP for Gemini CLI

com.agentsconsultants.api/docqa

AI document verification: catch hallucinations, arithmetic errors, and field mismatches.

client:Gemini CLI transport:stdio runtime:npm

Install DocQA MCP 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": {
    "docqa": {
      "command": "npx",
      "args": [
        "-y",
        "docqa-mcp"
      ],
      "env": {
        "DOCQA_API_KEY": "<DOCQA_API_KEY>"
      }
    }
  }
}

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

DocQA MCP in other clients