@ace3-memory/ace 3.0.45 → 3.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ ACE (Autonomous Context Engine) is a **memory layer** that sits between you and
|
|
|
31
31
|
| **Observer** (AI monitoring AI) | Yes | No | No | No |
|
|
32
32
|
| **Agentic Intelligence** (10 autonomous agents) | Yes | No | No | No |
|
|
33
33
|
| **Customer-hosted database** | Yes | Partial | Enterprise | No |
|
|
34
|
-
| **MCP-native** (
|
|
34
|
+
| **MCP-native** (44 tools) | Yes | Basic | No | No |
|
|
35
35
|
|
|
36
36
|
---
|
|
37
37
|
|
|
@@ -46,10 +46,12 @@ npm install -g @ace3-memory/ace
|
|
|
46
46
|
### 2. Run
|
|
47
47
|
|
|
48
48
|
```bash
|
|
49
|
-
ace login # Opens browser for
|
|
49
|
+
ace login # Opens browser — auto-configures MCP for Claude Code
|
|
50
50
|
ace start # Server runs on localhost:7777
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
+
> **Already installed?** Run `ace login` again to auto-create the MCP config. This adds ACE tools to Claude Code across all your projects.
|
|
54
|
+
|
|
53
55
|
### 3. Use
|
|
54
56
|
|
|
55
57
|
```bash
|
|
@@ -97,7 +99,7 @@ curl -X POST http://localhost:7777/api/v1/my-project/decisions \
|
|
|
97
99
|
| **Plans** | Save and track implementation plans from any CLI AI (Claude Code, Cursor, ChatGPT) |
|
|
98
100
|
| **Observer** | AI that monitors your AI for errors, drift, contradictions |
|
|
99
101
|
| **Agentic Intelligence** | 10 autonomous agents (observe/reason/act/reflect) that govern and improve memory |
|
|
100
|
-
| **MCP Server** |
|
|
102
|
+
| **MCP Server** | 44 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
|
|
101
103
|
| **REST API** | Full CRUD API for any AI tool or custom integration |
|
|
102
104
|
| **Dashboard** | Web UI at ace3-ai.com for visual memory management |
|
|
103
105
|
|