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.
Gemini CLI runs on your machine, so it gets the local server and can build and edit the folder itself.
- 1Open your settings.
$ open ~/.gemini/settings.json - 2Add the server.
$ { "mcpServers": { "aios": { "command": "npx", "args": ["-y", "@thenavidm/aios-mcp-cli"] } } } - 3Restart it and run /mcp to confirm.
Was this page helpful?