Skip to main content
Glama
START_HERE.mdβ€’4.74 kB
# πŸš€ START HERE - ACE MCP Server Setup ## πŸŽ‰ Successfully Created! **Location**: `$HOME/code/perplexity/ace-mcp-server` ## βœ… What's Already Ready ``` ace-mcp-server/ β”œβ”€β”€ βœ… package.json # NPM configuration β”œβ”€β”€ βœ… tsconfig.json # TypeScript settings β”œβ”€β”€ βœ… .env.example # Environment variables example β”œβ”€β”€ βœ… .gitignore # Git ignore β”œβ”€β”€ βœ… README.md # Project description β”œβ”€β”€ βœ… INSTALLATION.md # Detailed instructions β”œβ”€β”€ βœ… ASSETS_CHECKLIST.md # Resources checklist β”œβ”€β”€ βœ… START_HERE.md # This file β”œβ”€β”€ βœ… src/ # Source code directory β”‚ β”œβ”€β”€ βœ… core/ # ACE components β”‚ β”œβ”€β”€ βœ… mcp/ # MCP protocol β”‚ β”œβ”€β”€ βœ… storage/ # Storage β”‚ └── βœ… utils/ # Utilities └── βœ… docs/ # Documentation └── βœ… COPY_GUIDE.md # Copying guide ``` ## πŸ“‚ What Needs to be Copied ### 1. TypeScript Source Code (13 files) **Source**: Document **[88]** in Perplexity chat **Name**: "ace-mcp-complete-source.md" #### Quick Method: 1. Open document [88] in Perplexity 2. Find each file by heading "## FILE: ..." 3. Copy code between triple backticks \`\`\`typescript ... \`\`\` 4. Paste into corresponding file #### List of Files to Copy: **Storage (3 files)** - `src/storage/bullet.ts` - `src/storage/embeddings.ts` - `src/storage/deduplicator.ts` **Core (4 files)** - `src/core/playbook.ts` - `src/core/generator.ts` - `src/core/reflector.ts` - `src/core/curator.ts` **MCP (2 files)** - `src/mcp/tools.ts` - `src/mcp/server.ts` **Utils (3 files)** - `src/utils/config.ts` - `src/utils/logger.ts` - `src/utils/errors.ts` **Entry Point (1 file)** - `src/index.ts` ### 2. PDF Documentation (2 files) **User Guide** - Document [85] β†’ save as `docs/USER_GUIDE.pdf` **Admin Guide** - Document [86] β†’ save as `docs/ADMIN_GUIDE.pdf` ### 3. LinkedIn Post (optional) cittadinanza**LinkedIn Post** - Document [42] β†’ save as `docs/linkedin-post.md` ## πŸ› οΈ Quick Installation (after copying files) ```bash # 1. Go to directory cd $HOME/code/perplexity/ace-mcp-server # 2. Install dependencies npm install # 3. Build project npm run build # 4. Test npm start ``` ## βš™οΈ Cursor AI Configuration Edit `~/.cursor/mcp.json`: ```json { "mcpServers": { "ace-context-engine": { "command": "node", "args": ["$HOME/code/perplexity/ace-mcp-server/dist/index.js"], "env": { "ACE_CONTEXT_DIR": "$HOME/code/perplexity/ace-mcp-server/contexts", "ACE_LOG_LEVEL": "info", "ACE_DEDUP_THRESHOLD": "0.85" } } } } ``` Restart Cursor AI. ## 🎯 Quick Test In Cursor AI: ``` Using ACE, help me create a simple Express.js authentication endpoint ``` ACE should: 1. βœ… Generate code using playbook 2. βœ… Track useful strategies 3. βœ… Allow reflection 4. βœ… Update playbook ## πŸ“š Detailed Instructions ### For Users ➑️ Read `docs/USER_GUIDE.pdf` (download from [85]) ### For Administrators ➑️ Read `docs/ADMIN_GUIDE.pdf` (download from [86]) ### For Developers ➑️ Read `README.md` and `INSTALLATION.md` ## πŸ”— Quick Links **In the current Perplexity chat find:** - [42] - LinkedIn Post (English) - [84] - Web Dashboard (demo) - [85] - User Guide PDF (15 pages) - [86] - Admin Guide PDF (23 pages) - [88] - TypeScript source code ## ⚠️ Important 1. **Copy ALL 13 TypeScript files** from document [88] 2. **Don't forget** to download PDF documentation 3. **Check** that `npm run build` runs without errors 4. **Configure** Cursor AI before use ## πŸ› Troubleshooting? ### Build Errors ```bash # Delete and reinstall rm -rf node_modules dist npm install npm run build ``` ### MCP Server Not Connecting ```bash # Check that file exists ls dist/index.js # Check Cursor logs # Settings β†’ Developer β†’ View MCP Logs ``` ### Help - Read `INSTALLATION.md` - detailed instructions - Read `docs/COPY_GUIDE.md` - copying guide - Read `ASSETS_CHECKLIST.md` - complete checklist ## ✨ What's Next? 1. βœ… Copy source code from [88] 2. βœ… Install dependencies: `npm install` 3. βœ… Build project: `npm run build` 4. βœ… Configure Cursor AI 5. βœ… Start using ACE! ## πŸŽ† Features - **86.9%** reduction in adaptation latency - **+10.6%** accuracy on agent tasks - Incremental delta updates - Semantic deduplication - Self-learning without labeled data - Multi-context support --- **Status**: Structure ready βœ… **Next Step**: Copy source code from document [88] **Created**: October 26, 2025 πŸš€ **Start with document [88] - copy all TypeScript files!**

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Angry-Robot-Deals/ace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server