Connect This PC to ADAM

Zero prerequisites. No Python needed. No admin needed. Takes ~30 seconds.

Windows — One line

Open PowerShell (Start menu, type "powershell") and paste:

iwr https://adamdevlp.com/setup/script/windows.ps1 -UseBasicParsing | iex

Prefer a file? Download setup_adam.bat and double-click it.

Mac / Linux

curl -fsSL https://adamdevlp.com/setup/script/mac | bash

(Use /setup/script/linux for Linux; needs Python 3 + pip installed — python3 --version.)

What It Does

1
Installs a portable Python 3.11 into ~/adam/python/ (Windows only — Mac/Linux uses system Python 3).
2
Downloads adam_mcp_server.py + adam_agent.py.
3
Writes Gemini CLI config to ~/.gemini/.mcp.json and ~/.gemini/settings.json so every Gemini CLI version finds Adam.
4
Starts the background learning agent, registers it to auto-start at every logon.

Verify

Close all open Gemini CLI windows, open a fresh one, and type:

gemini
# then inside the Gemini session:
/mcp

You should see adam in the server list.

Back to Dashboard