> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jobmojito.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Gemini CLI

> Add the JobMojito MCP server to the Gemini CLI and authorize it over OAuth.

Add JobMojito to the [Gemini CLI](https://github.com/google-gemini/gemini-cli) so it can run your hiring workflows from the terminal.

**Endpoint:** `https://jobmojito.fastmcp.app/mcp` · **Auth:** OAuth (no API key).

<Steps>
  <Step title="Add the server">
    Add JobMojito under `mcpServers` in `~/.gemini/settings.json` (global) or `.gemini/settings.json` (this project):

    ```json theme={null}
    {
      "mcpServers": {
        "jobmojito": {
          "httpUrl": "https://jobmojito.fastmcp.app/mcp"
        }
      }
    }
    ```
  </Step>

  <Step title="Authorize">
    In the Gemini CLI, run `/mcp` to list servers, select **jobmojito**, and complete the JobMojito OAuth sign-in in the browser.
  </Step>

  <Step title="Use it">
    Ask e.g. *"List my JobMojito interviews."* Run `/mcp` again anytime to check connection status.
  </Step>
</Steps>

## Next steps

* [Identifiers & admin links](/mcp/identifiers) — get the ids right.
* [Tools reference](/mcp/tools) — the full tool inventory.
