MCP servers let AI models safely connect to stuff outside themselves—like your files, notes, or code—without giving them full access to your whole computer. Think of them as little bridges that let the AI peek in and help out where you want.
-
Read and edit files on your computer
-
Work with Git repos and manage your code
-
Access notes from apps like Obsidian
-
Run simple scripts or commands safely
If you want to get started fast with Gemini CLI, check out the easy install script here
MacOS/Linux:
bash <(curl -fsSL https://raw.githubusercontent.com/JacobT2006/AI-Learning/main/install-gemini.sh)
Windows:
curl -fsSL -o install-windows.ps1 https://raw.githubusercontent.com/JacobT2006/AI-Learning/main/windows-install-file.ps1
powershell.exe -NoProfile -ExecutionPolicy Bypass -File ./windows-install-file.ps1