Skip to main content
Add JobMojito to the Gemini CLI so it can run your hiring workflows from the terminal. Endpoint: https://jobmojito.fastmcp.app/mcp · Auth: OAuth (no API key).
1

Add the server

Add JobMojito under mcpServers in ~/.gemini/settings.json (global) or .gemini/settings.json (this project):
{
  "mcpServers": {
    "jobmojito": {
      "httpUrl": "https://jobmojito.fastmcp.app/mcp"
    }
  }
}
2

Authorize

In the Gemini CLI, run /mcp to list servers, select jobmojito, and complete the JobMojito OAuth sign-in in the browser.
3

Use it

Ask e.g. “List my JobMojito interviews.” Run /mcp again anytime to check connection status.

Next steps