You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-11Lines changed: 34 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
**One CLI to Rule Them All.**
10
10
<br>
11
-
Tired of juggling multiple AI coding assistants? **CAM** is a unified Python CLI to manage configurations, prompts, skills, and plugins for Claude, Codex, Gemini, Qwen, and more from a single, polished terminal interface.
11
+
Tired of juggling multiple AI coding assistants? **CAM** is a unified Python CLI to manage configurations, prompts, skills, and plugins for **14 AI assistants** including Claude, Codex, Gemini, Qwen, Copilot, and more from a single, polished terminal interface.
12
12
13
13
</div>
14
14
@@ -28,6 +28,7 @@ CAM solves this by providing a single, consistent interface to manage everything
28
28
-**Unified Management:** One tool (`cam`) to install, configure, and run all your AI assistants.
29
29
-**Centralized Configuration:** Manage all API keys and settings from a single `.env` file.
30
30
-**Interactive TUI:** A polished, interactive menu (`cam launch`) for easy navigation and operation.
31
+
-**MCP Registry:** Built-in registry with **381 pre-configured MCP servers** ready to install.
31
32
-**Extensible Framework:** Standardized architecture for managing:
32
33
-**Agents:** Standalone assistant configurations.
33
34
-**Prompts:** Reusable system prompts synced across assistants.
@@ -36,15 +37,37 @@ CAM solves this by providing a single, consistent interface to manage everything
36
37
-**MCP Support:** First-class support for the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), allowing assistants to connect to external data sources and tools.
37
38
-**Diagnostics:** A built-in `doctor` command to validate your environment and connectivity.
0 commit comments