Gemini CLI

Use Docsumo MCP in the Gemini CLI.

Prerequisites

Setup

  1. Open ~/.gemini/settings.json (create it if it doesn't exist; use .gemini/settings.json inside a project for project scope).
  2. Add the Docsumo server (replace YOUR_API_KEY):
{
  "mcpServers": {
    "docsumo": {
      "httpUrl": "https://mcp.docsumo.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
  1. Restart the Gemini CLI.

Verify

Run /mcp inside the CLI — docsumo should be listed with its tools. Then try:

"Use Docsumo to get the extracted data for my latest processed document."

Having trouble? See FAQ & troubleshooting.