AI Manager is a desktop app that helps you manage MCP servers and Skills across supported AI clients from one place.
- Open the latest release: https://github.com/thundermiracle/ai-manager/releases/latest
- Download the
.dmgfile from Assets. - Open the DMG and drag
AI Manager.appinto/Applications. - Launch
AI Managerfrom Applications.
If macOS blocks launch for a trusted test build, run:
xattr -dr com.apple.quarantine "/Applications/AI Manager.app"- Detect supported AI clients on your machine.
- Inspect registered MCP and Skill resources.
- Apply safe resource mutations through a unified interface.
- Node.js
v24+ - pnpm
10.x - Rust stable toolchain (
edition = 2024)
- Install dependencies:
pnpm install - Start desktop app in dev mode:
pnpm tauri:dev
- Lint:
pnpm run lint - Unit tests:
pnpm test
This project is licensed under the MIT License. See LICENSE.