AI Learning
AI learning - more info in wiki
Install / Use
/learn @JacobT2006/AI LearningAbout this skill
Quality Score
0/100
Category
Development & EngineeringSupported Platforms
Claude Code
Cursor
README
MCP Servers on MacOS/Linux/Windows
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.
Some cool things you can do with MCP servers:
-
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
