Connect Gemini CLI

Installing Gemini CLI and giving it your context are 2 different jobs. This one connects Gemini CLI to your AI OS, so every session starts already knowing your business.

Navid Moazzezby Navid MoazzezUpdated Sept. 7, 20261 min read

Gemini CLI runs on your machine, so it gets the local server and can build and edit the folder itself.

  1. 1Open your settings.
    $ open ~/.gemini/settings.json
  2. 2Add the server.
    $ { "mcpServers": { "aios": { "command": "npx", "args": ["-y", "@thenavidm/aios-mcp-cli"] } } }
  3. 3Restart it and run /mcp to confirm.
Was this page helpful?